Interface CreateNetworkAnalyzerConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateNetworkAnalyzerConfigurationRequest.Builder,CreateNetworkAnalyzerConfigurationRequest>,IotWirelessRequest.Builder,SdkBuilder<CreateNetworkAnalyzerConfigurationRequest.Builder,CreateNetworkAnalyzerConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateNetworkAnalyzerConfigurationRequest
public static interface CreateNetworkAnalyzerConfigurationRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateNetworkAnalyzerConfigurationRequest.Builder,CreateNetworkAnalyzerConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateNetworkAnalyzerConfigurationRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.CreateNetworkAnalyzerConfigurationRequest.Builderdescription(String description)Sets the value of the Description property for this object.CreateNetworkAnalyzerConfigurationRequest.BuildermulticastGroups(String... multicastGroups)Multicast Group resources to add to the network analyzer configruation.CreateNetworkAnalyzerConfigurationRequest.BuildermulticastGroups(Collection<String> multicastGroups)Multicast Group resources to add to the network analyzer configruation.CreateNetworkAnalyzerConfigurationRequest.Buildername(String name)Sets the value of the Name property for this object.CreateNetworkAnalyzerConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateNetworkAnalyzerConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateNetworkAnalyzerConfigurationRequest.Buildertags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateNetworkAnalyzerConfigurationRequest.Buildertags(Consumer<Tag.Builder>... tags)Sets the value of the Tags property for this object.CreateNetworkAnalyzerConfigurationRequest.Buildertags(Tag... tags)Sets the value of the Tags property for this object.default CreateNetworkAnalyzerConfigurationRequest.BuildertraceContent(Consumer<TraceContent.Builder> traceContent)Sets the value of the TraceContent property for this object.CreateNetworkAnalyzerConfigurationRequest.BuildertraceContent(TraceContent traceContent)Sets the value of the TraceContent property for this object.CreateNetworkAnalyzerConfigurationRequest.BuilderwirelessDevices(String... wirelessDevices)Wireless device resources to add to the network analyzer configuration.CreateNetworkAnalyzerConfigurationRequest.BuilderwirelessDevices(Collection<String> wirelessDevices)Wireless device resources to add to the network analyzer configuration.CreateNetworkAnalyzerConfigurationRequest.BuilderwirelessGateways(String... wirelessGateways)Wireless gateway resources to add to the network analyzer configuration.CreateNetworkAnalyzerConfigurationRequest.BuilderwirelessGateways(Collection<String> wirelessGateways)Wireless gateway resources to add to the network analyzer configuration.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateNetworkAnalyzerConfigurationRequest.Builder name(String name)
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceContent
CreateNetworkAnalyzerConfigurationRequest.Builder traceContent(TraceContent traceContent)
Sets the value of the TraceContent property for this object.- Parameters:
traceContent- The new value for the TraceContent property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceContent
default CreateNetworkAnalyzerConfigurationRequest.Builder traceContent(Consumer<TraceContent.Builder> traceContent)
Sets the value of the TraceContent property for this object. This is a convenience method that creates an instance of theTraceContent.Builderavoiding the need to create one manually viaTraceContent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totraceContent(TraceContent).- Parameters:
traceContent- a consumer that will call methods onTraceContent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
traceContent(TraceContent)
-
wirelessDevices
CreateNetworkAnalyzerConfigurationRequest.Builder wirelessDevices(Collection<String> wirelessDevices)
Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceIdof the resource to add in the input array.- Parameters:
wirelessDevices- Wireless device resources to add to the network analyzer configuration. Provide theWirelessDeviceIdof the resource to add in the input array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessDevices
CreateNetworkAnalyzerConfigurationRequest.Builder wirelessDevices(String... wirelessDevices)
Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceIdof the resource to add in the input array.- Parameters:
wirelessDevices- Wireless device resources to add to the network analyzer configuration. Provide theWirelessDeviceIdof the resource to add in the input array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessGateways
CreateNetworkAnalyzerConfigurationRequest.Builder wirelessGateways(Collection<String> wirelessGateways)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayIdof the resource to add in the input array.- Parameters:
wirelessGateways- Wireless gateway resources to add to the network analyzer configuration. Provide theWirelessGatewayIdof the resource to add in the input array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessGateways
CreateNetworkAnalyzerConfigurationRequest.Builder wirelessGateways(String... wirelessGateways)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayIdof the resource to add in the input array.- Parameters:
wirelessGateways- Wireless gateway resources to add to the network analyzer configuration. Provide theWirelessGatewayIdof the resource to add in the input array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateNetworkAnalyzerConfigurationRequest.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateNetworkAnalyzerConfigurationRequest.Builder tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateNetworkAnalyzerConfigurationRequest.Builder tags(Tag... tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateNetworkAnalyzerConfigurationRequest.Builder tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
clientRequestToken
CreateNetworkAnalyzerConfigurationRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multicastGroups
CreateNetworkAnalyzerConfigurationRequest.Builder multicastGroups(Collection<String> multicastGroups)
Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupIdof the resource to add in the input array.- Parameters:
multicastGroups- Multicast Group resources to add to the network analyzer configruation. Provide theMulticastGroupIdof the resource to add in the input array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multicastGroups
CreateNetworkAnalyzerConfigurationRequest.Builder multicastGroups(String... multicastGroups)
Multicast Group resources to add to the network analyzer configruation. Provide the
MulticastGroupIdof the resource to add in the input array.- Parameters:
multicastGroups- Multicast Group resources to add to the network analyzer configruation. Provide theMulticastGroupIdof the resource to add in the input array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateNetworkAnalyzerConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateNetworkAnalyzerConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-