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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyAvailabilityZoneGroupRequest.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 AWS Support to opt out of a Local Zone group, 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 AWS Support to opt out of a Local Zone group, or Wavelength Zone group.ModifyAvailabilityZoneOptInStatus,
ModifyAvailabilityZoneOptInStatusModifyAvailabilityZoneGroupRequest.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 AWS Support to opt out of a Local Zone group, 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 AWS Support to opt out of a Local Zone group, or Wavelength Zone group.ModifyAvailabilityZoneOptInStatus,
ModifyAvailabilityZoneOptInStatusModifyAvailabilityZoneGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyAvailabilityZoneGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.