Interface AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder,,- AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails> - SdkBuilder<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder,,- AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails> - SdkPojo
- Enclosing class:
- AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
@Mutable
@NotThreadSafe
public static interface AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails.Builder,AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe group name of the logs in CloudWatch Logs.The current status of the logs in CloudWatch Logs for a build project.streamName(String streamName) The prefix of the stream name of the CloudWatch Logs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
groupNameThe 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.
 
- 
statusThe 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.
 
- 
streamNameThe 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.
 
 
-