Interface ValidateE911AddressRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkVoiceRequest.Builder
,CopyableBuilder<ValidateE911AddressRequest.Builder,
,ValidateE911AddressRequest> SdkBuilder<ValidateE911AddressRequest.Builder,
,ValidateE911AddressRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ValidateE911AddressRequest
@Mutable
@NotThreadSafe
public static interface ValidateE911AddressRequest.Builder
extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<ValidateE911AddressRequest.Builder,ValidateE911AddressRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The AWS account ID.The address city, such asPortland
.The country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such asUS
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.postalCode
(String postalCode) The dress postal code, such04352
.The address state, such asME
.streetInfo
(String streetInfo) The address street information, such as8th Avenue
.streetNumber
(String streetNumber) The address street number, such as200
or2121
.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest.Builder
build
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, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The AWS account ID.
- Parameters:
awsAccountId
- The AWS account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streetNumber
The address street number, such as
200
or2121
.- Parameters:
streetNumber
- The address street number, such as200
or2121
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streetInfo
The address street information, such as
8th Avenue
.- Parameters:
streetInfo
- The address street information, such as8th Avenue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
city
The address city, such as
Portland
.- Parameters:
city
- The address city, such asPortland
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The address state, such as
ME
.- Parameters:
state
- The address state, such asME
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
country
The country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such as
US
. For more information, see ISO 3166-1 alpha-2 in Wikipedia.- Parameters:
country
- The country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such asUS
. For more information, see ISO 3166-1 alpha-2 in Wikipedia.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postalCode
The dress postal code, such
04352
.- Parameters:
postalCode
- The dress postal code, such04352
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ValidateE911AddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ValidateE911AddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-