@Generated(value="software.amazon.awssdk:codegen") public final class AwsCodeBuildProjectLogsConfigS3LogsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder,AwsCodeBuildProjectLogsConfigS3LogsDetails>
Information about logs built to an S3 bucket for a build project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder |
builder() |
Boolean |
encryptionDisabled()
Whether to disable encryption of the S3 build log output.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The ARN of the S3 bucket and the path prefix for S3 logs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder> |
serializableBuilderClass() |
String |
status()
The current status of the S3 build logs.
|
AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean encryptionDisabled()
Whether to disable encryption of the S3 build log output.
public final String location()
The ARN of the S3 bucket and the path prefix for S3 logs.
public final String status()
The current status of the S3 build logs.
public AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder,AwsCodeBuildProjectLogsConfigS3LogsDetails>public static AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder builder()
public static Class<? extends AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.