public static interface ModifyAvailabilityZoneGroupRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyAvailabilityZoneGroupRequest.Builder,ModifyAvailabilityZoneGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyAvailabilityZoneGroupRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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 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,
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 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,
ModifyAvailabilityZoneOptInStatusModifyAvailabilityZoneGroupRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.ModifyAvailabilityZoneGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyAvailabilityZoneGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.