Interface UpdateGatewayRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGatewayRequest.Builder,UpdateGatewayRequest>,SdkBuilder<UpdateGatewayRequest.Builder,UpdateGatewayRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateGatewayRequest
public static interface UpdateGatewayRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateGatewayRequest.Builder,UpdateGatewayRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGatewayRequest.Builderdescription(String description)The updated description of the gateway.UpdateGatewayRequest.BuildergatewayArn(String gatewayArn)The ARN of the gateway to update.UpdateGatewayRequest.Buildername(String name)The updated name of the gateway.UpdateGatewayRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGatewayRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGatewayRequest.BuildersoftwareVersion(String softwareVersion)The updated software version of the gateway.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
gatewayArn
UpdateGatewayRequest.Builder gatewayArn(String gatewayArn)
The ARN of the gateway to update.
- Parameters:
gatewayArn- The ARN of the gateway to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateGatewayRequest.Builder name(String name)
The updated name of the gateway.
- Parameters:
name- The updated name of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateGatewayRequest.Builder description(String description)
The updated description of the gateway.
- Parameters:
description- The updated description of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
softwareVersion
UpdateGatewayRequest.Builder softwareVersion(String softwareVersion)
The updated software version of the gateway. The gateway automatically updates its software version during normal operation.
- Parameters:
softwareVersion- The updated software version of the gateway. The gateway automatically updates its software version during normal operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-