@Generated(value="software.amazon.awssdk:codegen") public final class LogsLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogsLocation.Builder,LogsLocation>
Information about build logs in Amazon CloudWatch Logs.
Modifier and Type | Class and Description |
---|---|
static interface |
LogsLocation.Builder |
Modifier and Type | Method and Description |
---|---|
static LogsLocation.Builder |
builder() |
CloudWatchLogsConfig |
cloudWatchLogs()
Information about Amazon CloudWatch Logs for a build project.
|
String |
deepLink()
The URL to an individual build log in Amazon CloudWatch Logs.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the Amazon CloudWatch Logs group for the build logs.
|
int |
hashCode() |
String |
s3DeepLink()
The URL to a build log in an S3 bucket.
|
S3LogsConfig |
s3Logs()
Information about S3 logs for a build project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogsLocation.Builder> |
serializableBuilderClass() |
String |
streamName()
The name of the Amazon CloudWatch Logs stream for the build logs.
|
LogsLocation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String groupName()
The name of the Amazon CloudWatch Logs group for the build logs.
public String streamName()
The name of the Amazon CloudWatch Logs stream for the build logs.
public String deepLink()
The URL to an individual build log in Amazon CloudWatch Logs.
public String s3DeepLink()
The URL to a build log in an S3 bucket.
public CloudWatchLogsConfig cloudWatchLogs()
Information about Amazon CloudWatch Logs for a build project.
public S3LogsConfig s3Logs()
Information about S3 logs for a build project.
public LogsLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LogsLocation.Builder,LogsLocation>
public static LogsLocation.Builder builder()
public static Class<? extends LogsLocation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.