Interface AddProfilePermissionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddProfilePermissionRequest.Builder,,AddProfilePermissionRequest> SdkBuilder<AddProfilePermissionRequest.Builder,,AddProfilePermissionRequest> SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
AddProfilePermissionRequest
public static interface AddProfilePermissionRequest.Builder
extends SignerRequest.Builder, SdkPojo, CopyableBuilder<AddProfilePermissionRequest.Builder,AddProfilePermissionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS Signer action permitted as part of cross-account permissions.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The AWS principal receiving cross-account permissions.profileName(String profileName) The human-readable name of the signing profile.profileVersion(String profileVersion) The version of the signing profile.revisionId(String revisionId) A unique identifier for the current profile revision.statementId(String statementId) A unique identifier for the cross-account permission statement.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.signer.model.SignerRequest.Builder
build
-
Method Details
-
profileName
The human-readable name of the signing profile.
- Parameters:
profileName- The human-readable name of the signing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileVersion
The version of the signing profile.
- Parameters:
profileVersion- The version of the signing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
The AWS Signer action permitted as part of cross-account permissions.
- Parameters:
action- The AWS Signer action permitted as part of cross-account permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principal
The AWS principal receiving cross-account permissions. This may be an IAM role or another AWS account ID.
- Parameters:
principal- The AWS principal receiving cross-account permissions. This may be an IAM role or another AWS account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
A unique identifier for the current profile revision.
- Parameters:
revisionId- A unique identifier for the current profile revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statementId
A unique identifier for the cross-account permission statement.
- Parameters:
statementId- A unique identifier for the cross-account permission statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddProfilePermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AddProfilePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-