public static interface UpdateDomainAssociationRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainAssociationRequest.Builder,UpdateDomainAssociationRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateDomainAssociationRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.UpdateDomainAssociationRequest.Builder domainName(String domainName)
Name of the domain.
domainName - Name of the domain.UpdateDomainAssociationRequest.Builder enableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches.
enableAutoSubDomain - Enables automated creation of Subdomains for branches.UpdateDomainAssociationRequest.Builder subDomainSettings(Collection<SubDomainSetting> subDomainSettings)
Setting structure for the Subdomain.
subDomainSettings - Setting structure for the Subdomain.UpdateDomainAssociationRequest.Builder subDomainSettings(SubDomainSetting... subDomainSettings)
Setting structure for the Subdomain.
subDomainSettings - Setting structure for the Subdomain.UpdateDomainAssociationRequest.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) UpdateDomainAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDomainAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.