Interface AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder,AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails>,SdkBuilder<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder,AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails>,SdkPojo
- Enclosing class:
- AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
public static interface AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder extends SdkPojo, CopyableBuilder<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder,AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.BuildergroupName(String groupName)The group name of the logs in CloudWatch Logs.AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builderstatus(String status)The current status of the logs in CloudWatch Logs for a build project.AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.BuilderstreamName(String streamName)The prefix of the stream name of the CloudWatch Logs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
groupName
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder groupName(String groupName)
The group name of the logs in CloudWatch Logs.
- Parameters:
groupName- The group name of the logs in CloudWatch Logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder status(String status)
The current status of the logs in CloudWatch Logs for a build project.
- Parameters:
status- The current status of the logs in CloudWatch Logs for a build project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamName
AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder streamName(String streamName)
The prefix of the stream name of the CloudWatch Logs.
- Parameters:
streamName- The prefix of the stream name of the CloudWatch Logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-