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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SCApplicationAttributes.Builders3BucketPath(String s3BucketPath)The path for the Amazon S3 bucket that the application uses for exporting assessment reports.SCApplicationAttributes.Builders3BucketRoleArn(String s3BucketRoleArn)The ARN for the role the application uses to access its Amazon S3 bucket.-
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
-
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.
-
-