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
Modifier and TypeMethodDescriptionAn optional comment from the sender about the share request.destinationAccount
(String destinationAccount) The Amazon Web Services account of the recipient.destinationRegion
(String destinationRegion) The Amazon Web Services Region of the recipient.frameworkId
(String frameworkId) The unique identifier for the custom framework to be shared.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartAssessmentFrameworkShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-