Interface UpdateGatewayInformationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupGatewayRequest.Builder,Buildable,CopyableBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>,SdkBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateGatewayInformationRequest
public static interface UpdateGatewayInformationRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGatewayInformationRequest.BuildergatewayArn(String gatewayArn)The Amazon Resource Name (ARN) of the gateway to update.UpdateGatewayInformationRequest.BuildergatewayDisplayName(String gatewayDisplayName)The updated display name of the gateway.UpdateGatewayInformationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGatewayInformationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest.Builder
build
-
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
UpdateGatewayInformationRequest.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway to update.
- Parameters:
gatewayArn- The Amazon Resource Name (ARN) of the gateway to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayDisplayName
UpdateGatewayInformationRequest.Builder gatewayDisplayName(String gatewayDisplayName)
The updated display name of the gateway.
- Parameters:
gatewayDisplayName- The updated display name of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateGatewayInformationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGatewayInformationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-