@Stability(value=Stable)
public static interface CfnProject.S3LogsConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
S3LogsConfigProperty s3LogsConfigProperty = S3LogsConfigProperty.builder()
.status("status")
// the properties below are optional
.encryptionDisabled(false)
.location("location")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.S3LogsConfigProperty.Builder
A builder for
CfnProject.S3LogsConfigProperty |
static class |
CfnProject.S3LogsConfigProperty.Jsii$Proxy
An implementation for
CfnProject.S3LogsConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.S3LogsConfigProperty.Builder |
builder() |
default Object |
getEncryptionDisabled()
`CfnProject.S3LogsConfigProperty.EncryptionDisabled`.
|
default String |
getLocation()
`CfnProject.S3LogsConfigProperty.Location`.
|
String |
getStatus()
`CfnProject.S3LogsConfigProperty.Status`.
|
@Stability(value=Stable) @Nullable default Object getEncryptionDisabled()
@Stability(value=Stable) @Nullable default String getLocation()
@Stability(value=Stable) @NotNull String getStatus()
@Stability(value=Stable) static CfnProject.S3LogsConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.