public static interface CreateDomainAssociationRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainAssociationRequest.Builder,CreateDomainAssociationRequest>
build
overrideConfiguration
copy
applyMutation, build
CreateDomainAssociationRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.CreateDomainAssociationRequest.Builder domainName(String domainName)
Domain name for the Domain Association.
domainName
- Domain name for the Domain Association.CreateDomainAssociationRequest.Builder enableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches.
enableAutoSubDomain
- Enables automated creation of Subdomains for branches.CreateDomainAssociationRequest.Builder subDomainSettings(Collection<SubDomainSetting> subDomainSettings)
Setting structure for the Subdomain.
subDomainSettings
- Setting structure for the Subdomain.CreateDomainAssociationRequest.Builder subDomainSettings(SubDomainSetting... subDomainSettings)
Setting structure for the Subdomain.
subDomainSettings
- Setting structure for the Subdomain.CreateDomainAssociationRequest.Builder subDomainSettings(Consumer<SubDomainSetting.Builder>... subDomainSettings)
Setting structure for the Subdomain.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #subDomainSettings(List)
.subDomainSettings
- a consumer that will call methods on List.Builder
#subDomainSettings(List)
CreateDomainAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateDomainAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.