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
Modifier and TypeMethodDescriptions3BucketPath
(String s3BucketPath) The path for the Amazon S3 bucket that the application uses for exporting assessment reports.s3BucketRoleArn
(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 Details
-
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
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.
-