Interface StartAssessmentFrameworkShareRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartAssessmentFrameworkShareRequest.Builder,StartAssessmentFrameworkShareRequest>,SdkBuilder<StartAssessmentFrameworkShareRequest.Builder,StartAssessmentFrameworkShareRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartAssessmentFrameworkShareRequest
public static interface StartAssessmentFrameworkShareRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<StartAssessmentFrameworkShareRequest.Builder,StartAssessmentFrameworkShareRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartAssessmentFrameworkShareRequest.Buildercomment(String comment)An optional comment from the sender about the share request.StartAssessmentFrameworkShareRequest.BuilderdestinationAccount(String destinationAccount)The Amazon Web Services account of the recipient.StartAssessmentFrameworkShareRequest.BuilderdestinationRegion(String destinationRegion)The Amazon Web Services Region of the recipient.StartAssessmentFrameworkShareRequest.BuilderframeworkId(String frameworkId)The unique identifier for the custom framework to be shared.StartAssessmentFrameworkShareRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartAssessmentFrameworkShareRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
frameworkId
StartAssessmentFrameworkShareRequest.Builder frameworkId(String frameworkId)
The unique identifier for the custom framework to be shared.
- Parameters:
frameworkId- The unique identifier for the custom framework to be shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationAccount
StartAssessmentFrameworkShareRequest.Builder destinationAccount(String destinationAccount)
The Amazon Web Services account of the recipient.
- Parameters:
destinationAccount- The Amazon Web Services account of the recipient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationRegion
StartAssessmentFrameworkShareRequest.Builder destinationRegion(String destinationRegion)
The Amazon Web Services Region of the recipient.
- Parameters:
destinationRegion- The Amazon Web Services Region of the recipient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
StartAssessmentFrameworkShareRequest.Builder comment(String comment)
An optional comment from the sender about the share request.
- Parameters:
comment- An optional comment from the sender about the share request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartAssessmentFrameworkShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartAssessmentFrameworkShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-