Interface ListAvailableZonesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudHsmResponse.Builder,CopyableBuilder<ListAvailableZonesResponse.Builder,ListAvailableZonesResponse>,SdkBuilder<ListAvailableZonesResponse.Builder,ListAvailableZonesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAvailableZonesResponse
public static interface ListAvailableZonesResponse.Builder extends CloudHsmResponse.Builder, SdkPojo, CopyableBuilder<ListAvailableZonesResponse.Builder,ListAvailableZonesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAvailableZonesResponse.BuilderazList(String... azList)The list of Availability Zones that have available AWS CloudHSM capacity.ListAvailableZonesResponse.BuilderazList(Collection<String> azList)The list of Availability Zones that have available AWS CloudHSM capacity.-
Methods inherited from interface software.amazon.awssdk.services.cloudhsm.model.CloudHsmResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
azList
ListAvailableZonesResponse.Builder azList(Collection<String> azList)
The list of Availability Zones that have available AWS CloudHSM capacity.
- Parameters:
azList- The list of Availability Zones that have available AWS CloudHSM capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
azList
ListAvailableZonesResponse.Builder azList(String... azList)
The list of Availability Zones that have available AWS CloudHSM capacity.
- Parameters:
azList- The list of Availability Zones that have available AWS CloudHSM capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-