public static final class ProjectResource.S3LogsConfigProperty.Builder extends Object
ProjectResource.S3LogsConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProjectResource.S3LogsConfigProperty |
build()
Builds the configured instance.
|
ProjectResource.S3LogsConfigProperty.Builder |
withLocation(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Location
|
ProjectResource.S3LogsConfigProperty.Builder |
withLocation(String value)
Sets the value of Location
|
ProjectResource.S3LogsConfigProperty.Builder |
withStatus(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Status
|
ProjectResource.S3LogsConfigProperty.Builder |
withStatus(String value)
Sets the value of Status
|
public ProjectResource.S3LogsConfigProperty.Builder withStatus(String value)
value - ``ProjectResource.S3LogsConfigProperty.Status``thispublic ProjectResource.S3LogsConfigProperty.Builder withStatus(software.amazon.awscdk.CloudFormationToken value)
value - ``ProjectResource.S3LogsConfigProperty.Status``thispublic ProjectResource.S3LogsConfigProperty.Builder withLocation(@Nullable String value)
value - ``ProjectResource.S3LogsConfigProperty.Location``thispublic ProjectResource.S3LogsConfigProperty.Builder withLocation(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``ProjectResource.S3LogsConfigProperty.Location``thispublic ProjectResource.S3LogsConfigProperty build()
ProjectResource.S3LogsConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.