Interface ValidateE911AddressRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkVoiceRequest.Builder,CopyableBuilder<ValidateE911AddressRequest.Builder,ValidateE911AddressRequest>,SdkBuilder<ValidateE911AddressRequest.Builder,ValidateE911AddressRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ValidateE911AddressRequest
public static interface ValidateE911AddressRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<ValidateE911AddressRequest.Builder,ValidateE911AddressRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ValidateE911AddressRequest.Builder awsAccountId(String 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
ValidateE911AddressRequest.Builder streetNumber(String streetNumber)
The address street number, such as
200or2121.- Parameters:
streetNumber- The address street number, such as200or2121.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streetInfo
ValidateE911AddressRequest.Builder streetInfo(String 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
ValidateE911AddressRequest.Builder city(String 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
ValidateE911AddressRequest.Builder state(String 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
ValidateE911AddressRequest.Builder country(String country)
The country in the address being validated.
- Parameters:
country- The country in the address being validated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postalCode
ValidateE911AddressRequest.Builder postalCode(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ValidateE911AddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-