JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codebuild.model

Class LogsLocation

    • Constructor Detail

      • LogsLocation

        public LogsLocation()
    • Method Detail

      • setGroupName

        public void setGroupName(String groupName)

        The name of the CloudWatch Logs group for the build logs.

        Parameters:
        groupName - The name of the CloudWatch Logs group for the build logs.
      • getGroupName

        public String getGroupName()

        The name of the CloudWatch Logs group for the build logs.

        Returns:
        The name of the CloudWatch Logs group for the build logs.
      • withGroupName

        public LogsLocation withGroupName(String groupName)

        The name of the CloudWatch Logs group for the build logs.

        Parameters:
        groupName - The name of the CloudWatch Logs group for the build logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStreamName

        public void setStreamName(String streamName)

        The name of the CloudWatch Logs stream for the build logs.

        Parameters:
        streamName - The name of the CloudWatch Logs stream for the build logs.
      • getStreamName

        public String getStreamName()

        The name of the CloudWatch Logs stream for the build logs.

        Returns:
        The name of the CloudWatch Logs stream for the build logs.
      • withStreamName

        public LogsLocation withStreamName(String streamName)

        The name of the CloudWatch Logs stream for the build logs.

        Parameters:
        streamName - The name of the CloudWatch Logs stream for the build logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeepLink

        public void setDeepLink(String deepLink)

        The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.

        Parameters:
        deepLink - The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.
      • getDeepLink

        public String getDeepLink()

        The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.

        Returns:
        The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.
      • withDeepLink

        public LogsLocation withDeepLink(String deepLink)

        The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.

        Parameters:
        deepLink - The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setS3DeepLink

        public void setS3DeepLink(String s3DeepLink)

        The URL to a build log in an S3 bucket.

        Parameters:
        s3DeepLink - The URL to a build log in an S3 bucket.
      • getS3DeepLink

        public String getS3DeepLink()

        The URL to a build log in an S3 bucket.

        Returns:
        The URL to a build log in an S3 bucket.
      • withS3DeepLink

        public LogsLocation withS3DeepLink(String s3DeepLink)

        The URL to a build log in an S3 bucket.

        Parameters:
        s3DeepLink - The URL to a build log in an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCloudWatchLogsArn

        public void setCloudWatchLogsArn(String cloudWatchLogsArn)

        The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.

        Parameters:
        cloudWatchLogsArn - The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName} . The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.
      • getCloudWatchLogsArn

        public String getCloudWatchLogsArn()

        The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.

        Returns:
        The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName} . The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.
      • withCloudWatchLogsArn

        public LogsLocation withCloudWatchLogsArn(String cloudWatchLogsArn)

        The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.

        Parameters:
        cloudWatchLogsArn - The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName} . The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setS3LogsArn

        public void setS3LogsArn(String s3LogsArn)

        The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.

        Parameters:
        s3LogsArn - The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.
      • getS3LogsArn

        public String getS3LogsArn()

        The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.

        Returns:
        The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.
      • withS3LogsArn

        public LogsLocation withS3LogsArn(String s3LogsArn)

        The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.

        Parameters:
        s3LogsArn - The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCloudWatchLogs

        public void setCloudWatchLogs(CloudWatchLogsConfig cloudWatchLogs)

        Information about CloudWatch Logs for a build project.

        Parameters:
        cloudWatchLogs - Information about CloudWatch Logs for a build project.
      • getCloudWatchLogs

        public CloudWatchLogsConfig getCloudWatchLogs()

        Information about CloudWatch Logs for a build project.

        Returns:
        Information about CloudWatch Logs for a build project.
      • withCloudWatchLogs

        public LogsLocation withCloudWatchLogs(CloudWatchLogsConfig cloudWatchLogs)

        Information about CloudWatch Logs for a build project.

        Parameters:
        cloudWatchLogs - Information about CloudWatch Logs for a build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setS3Logs

        public void setS3Logs(S3LogsConfig s3Logs)

        Information about S3 logs for a build project.

        Parameters:
        s3Logs - Information about S3 logs for a build project.
      • getS3Logs

        public S3LogsConfig getS3Logs()

        Information about S3 logs for a build project.

        Returns:
        Information about S3 logs for a build project.
      • withS3Logs

        public LogsLocation withS3Logs(S3LogsConfig s3Logs)

        Information about S3 logs for a build project.

        Parameters:
        s3Logs - Information about S3 logs for a build project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /