@Stability(value=Stable)
public static interface CfnDomain.SubDomainSettingProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.amplify.*;
SubDomainSettingProperty subDomainSettingProperty = SubDomainSettingProperty.builder()
.branchName("branchName")
.prefix("prefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomain.SubDomainSettingProperty.Builder
A builder for
CfnDomain.SubDomainSettingProperty |
static class |
CfnDomain.SubDomainSettingProperty.Jsii$Proxy
An implementation for
CfnDomain.SubDomainSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomain.SubDomainSettingProperty.Builder |
builder() |
String |
getBranchName()
The branch name setting for the subdomain.
|
String |
getPrefix()
The prefix setting for the subdomain.
|
@Stability(value=Stable) @NotNull String getBranchName()
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern: (?s).+
@Stability(value=Stable) @NotNull String getPrefix()
Length Constraints: Maximum length of 255.
Pattern: (?s).*
@Stability(value=Stable) static CfnDomain.SubDomainSettingProperty.Builder builder()
Copyright © 2022. All rights reserved.