public static interface CreateNetworkAnalyzerConfigurationRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateNetworkAnalyzerConfigurationRequest.Builder,CreateNetworkAnalyzerConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkAnalyzerConfigurationRequest.Builder name(String name)
name - The new value for the Name property for this object.CreateNetworkAnalyzerConfigurationRequest.Builder traceContent(TraceContent traceContent)
traceContent - The new value for the TraceContent property for this object.default CreateNetworkAnalyzerConfigurationRequest.Builder traceContent(Consumer<TraceContent.Builder> traceContent)
TraceContent.Builder avoiding the need
to create one manually via TraceContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to traceContent(TraceContent).
traceContent - a consumer that will call methods on TraceContent.BuildertraceContent(TraceContent)CreateNetworkAnalyzerConfigurationRequest.Builder wirelessDevices(Collection<String> wirelessDevices)
Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.
wirelessDevices - Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.CreateNetworkAnalyzerConfigurationRequest.Builder wirelessDevices(String... wirelessDevices)
Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.
wirelessDevices - Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.CreateNetworkAnalyzerConfigurationRequest.Builder wirelessGateways(Collection<String> wirelessGateways)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.
wirelessGateways - Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.CreateNetworkAnalyzerConfigurationRequest.Builder wirelessGateways(String... wirelessGateways)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.
wirelessGateways - Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.CreateNetworkAnalyzerConfigurationRequest.Builder description(String description)
description - The new value for the Description property for this object.CreateNetworkAnalyzerConfigurationRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.CreateNetworkAnalyzerConfigurationRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CreateNetworkAnalyzerConfigurationRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateNetworkAnalyzerConfigurationRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.CreateNetworkAnalyzerConfigurationRequest.Builder multicastGroups(Collection<String> multicastGroups)
Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupId of the resource to add in the input array.
multicastGroups - Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupId of the resource to add in the input array.CreateNetworkAnalyzerConfigurationRequest.Builder multicastGroups(String... multicastGroups)
Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupId of the resource to add in the input array.
multicastGroups - Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupId of the resource to add in the input array.CreateNetworkAnalyzerConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNetworkAnalyzerConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.