Interface SubDomainSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubDomainSetting.Builder,
,SubDomainSetting> SdkBuilder<SubDomainSetting.Builder,
,SubDomainSetting> SdkPojo
- Enclosing class:
SubDomainSetting
public static interface SubDomainSetting.Builder
extends SdkPojo, CopyableBuilder<SubDomainSetting.Builder,SubDomainSetting>
-
Method Summary
Modifier and TypeMethodDescriptionbranchName
(String branchName) The branch name setting for the subdomain.The prefix setting for the subdomain.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
-
prefix
The prefix setting for the subdomain.
- Parameters:
prefix
- The prefix setting for the subdomain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
The branch name setting for the subdomain.
- Parameters:
branchName
- The branch name setting for the subdomain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-