public static interface UpdateGatewayInformationRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayInformationRequest.Builder |
cloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log
events in the gateway.
|
UpdateGatewayInformationRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
UpdateGatewayInformationRequest.Builder |
gatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
UpdateGatewayInformationRequest.Builder |
gatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
UpdateGatewayInformationRequest.Builder |
gatewayName(String gatewayName)
Sets the value of the GatewayName property for this object.
|
UpdateGatewayInformationRequest.Builder |
gatewayTimezone(String gatewayTimezone)
A value that indicates the time zone of the gateway.
|
UpdateGatewayInformationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGatewayInformationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGatewayInformationRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.UpdateGatewayInformationRequest.Builder gatewayName(String gatewayName)
gatewayName - The new value for the GatewayName property for this object.UpdateGatewayInformationRequest.Builder gatewayTimezone(String gatewayTimezone)
A value that indicates the time zone of the gateway.
gatewayTimezone - A value that indicates the time zone of the gateway.UpdateGatewayInformationRequest.Builder cloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.
For more information, see What is Amazon CloudWatch Logs?
cloudWatchLogGroupARN - The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and
log events in the gateway.
For more information, see What is Amazon CloudWatch Logs?
UpdateGatewayInformationRequest.Builder gatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
gatewayCapacity - Specifies the size of the gateway's metadata cache.GatewayCapacity,
GatewayCapacityUpdateGatewayInformationRequest.Builder gatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
gatewayCapacity - Specifies the size of the gateway's metadata cache.GatewayCapacity,
GatewayCapacityUpdateGatewayInformationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGatewayInformationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.