Interface UpdateWirelessGatewayRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWirelessGatewayRequest.Builder,,UpdateWirelessGatewayRequest> IotWirelessRequest.Builder,SdkBuilder<UpdateWirelessGatewayRequest.Builder,,UpdateWirelessGatewayRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateWirelessGatewayRequest
public static interface UpdateWirelessGatewayRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateWirelessGatewayRequest.Builder,UpdateWirelessGatewayRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A new description of the resource.The ID of the resource to update.joinEuiFilters(Collection<? extends Collection<String>> joinEuiFilters) Sets the value of the JoinEuiFilters property for this object.joinEuiFilters(Collection<String>... joinEuiFilters) Sets the value of the JoinEuiFilters property for this object.The MaxEIRP value.The new name of the resource.netIdFilters(String... netIdFilters) Sets the value of the NetIdFilters property for this object.netIdFilters(Collection<String> netIdFilters) Sets the value of the NetIdFilters property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
id
The ID of the resource to update.
- Parameters:
 id- The ID of the resource to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The new name of the resource.
- Parameters:
 name- The new name of the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
A new description of the resource.
- Parameters:
 description- A new description of the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
joinEuiFilters
UpdateWirelessGatewayRequest.Builder joinEuiFilters(Collection<? extends Collection<String>> joinEuiFilters) Sets the value of the JoinEuiFilters property for this object.- Parameters:
 joinEuiFilters- The new value for the JoinEuiFilters property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
joinEuiFilters
Sets the value of the JoinEuiFilters property for this object.- Parameters:
 joinEuiFilters- The new value for the JoinEuiFilters property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
netIdFilters
Sets the value of the NetIdFilters property for this object.- Parameters:
 netIdFilters- The new value for the NetIdFilters property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
netIdFilters
Sets the value of the NetIdFilters property for this object.- Parameters:
 netIdFilters- The new value for the NetIdFilters property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxEirp
The MaxEIRP value.
- Parameters:
 maxEirp- The MaxEIRP value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateWirelessGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateWirelessGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -