public static interface ModifyAvailabilityZoneGroupRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyAvailabilityZoneGroupRequest.Builder,ModifyAvailabilityZoneGroupRequest>
Modifier and Type | Method and Description |
---|---|
ModifyAvailabilityZoneGroupRequest.Builder |
groupName(String groupName)
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
|
ModifyAvailabilityZoneGroupRequest.Builder |
optInStatus(ModifyAvailabilityZoneOptInStatus optInStatus)
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group.
|
ModifyAvailabilityZoneGroupRequest.Builder |
optInStatus(String optInStatus)
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group.
|
ModifyAvailabilityZoneGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyAvailabilityZoneGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyAvailabilityZoneGroupRequest.Builder groupName(String groupName)
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
groupName
- The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.ModifyAvailabilityZoneGroupRequest.Builder optInStatus(String optInStatus)
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is
opted-in
. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
optInStatus
- Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid
value is opted-in
. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.ModifyAvailabilityZoneOptInStatus
,
ModifyAvailabilityZoneOptInStatus
ModifyAvailabilityZoneGroupRequest.Builder optInStatus(ModifyAvailabilityZoneOptInStatus optInStatus)
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is
opted-in
. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
optInStatus
- Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid
value is opted-in
. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.ModifyAvailabilityZoneOptInStatus
,
ModifyAvailabilityZoneOptInStatus
ModifyAvailabilityZoneGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyAvailabilityZoneGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.