Interface SCApplicationAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SCApplicationAttributes.Builder,SCApplicationAttributes>, SdkBuilder<SCApplicationAttributes.Builder,SCApplicationAttributes>, SdkPojo
Enclosing class:
SCApplicationAttributes

public static interface SCApplicationAttributes.Builder extends SdkPojo, CopyableBuilder<SCApplicationAttributes.Builder,SCApplicationAttributes>
  • Method Details

    • s3BucketPath

      SCApplicationAttributes.Builder s3BucketPath(String s3BucketPath)

      The path for the Amazon S3 bucket that the application uses for exporting assessment reports.

      Parameters:
      s3BucketPath - The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3BucketRoleArn

      SCApplicationAttributes.Builder s3BucketRoleArn(String s3BucketRoleArn)

      The ARN for the role the application uses to access its Amazon S3 bucket.

      Parameters:
      s3BucketRoleArn - The ARN for the role the application uses to access its Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.