Interface ValidateE911AddressRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeRequest.Builder
,CopyableBuilder<ValidateE911AddressRequest.Builder,
,ValidateE911AddressRequest> SdkBuilder<ValidateE911AddressRequest.Builder,
,ValidateE911AddressRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ValidateE911AddressRequest
public static interface ValidateE911AddressRequest.Builder
extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ValidateE911AddressRequest.Builder,ValidateE911AddressRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The AWS account ID.The address city, such asPortland
.The address country, 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 address postal code, such as04352
.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.chime.model.ChimeRequest.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, 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 address country, such as
US
.- Parameters:
country
- The address country, such asUS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postalCode
The address postal code, such as
04352
.- Parameters:
postalCode
- The address postal code, such as04352
.- 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.
-