@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.166Z") @Stability(value=Experimental) public interface SubDomain 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.*;
Branch branch;
SubDomain subDomain = SubDomain.builder()
.branch(branch)
// the properties below are optional
.prefix("prefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubDomain.Builder
A builder for
SubDomain |
static class |
SubDomain.Jsii$Proxy
An implementation for
SubDomain |
| Modifier and Type | Method and Description |
|---|---|
static SubDomain.Builder |
builder() |
IBranch |
getBranch()
(experimental) The branch.
|
default String |
getPrefix()
(experimental) The prefix.
|
@Stability(value=Experimental) @NotNull IBranch getBranch()
@Stability(value=Experimental) @Nullable default String getPrefix()
Use '' to map to the root of the domain
Default: - the branch name
@Stability(value=Experimental) static SubDomain.Builder builder()
SubDomain.Builder of SubDomainCopyright © 2022. All rights reserved.