public static interface RemoveProfilePermissionRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<RemoveProfilePermissionRequest.Builder,RemoveProfilePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveProfilePermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveProfilePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveProfilePermissionRequest.Builder |
profileName(String profileName)
A human-readable name for the signing profile with permissions to be removed.
|
RemoveProfilePermissionRequest.Builder |
revisionId(String revisionId)
An identifier for the current revision of the signing profile permissions.
|
RemoveProfilePermissionRequest.Builder |
statementId(String statementId)
A unique identifier for the cross-account permissions statement.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveProfilePermissionRequest.Builder profileName(String profileName)
A human-readable name for the signing profile with permissions to be removed.
profileName - A human-readable name for the signing profile with permissions to be removed.RemoveProfilePermissionRequest.Builder revisionId(String revisionId)
An identifier for the current revision of the signing profile permissions.
revisionId - An identifier for the current revision of the signing profile permissions.RemoveProfilePermissionRequest.Builder statementId(String statementId)
A unique identifier for the cross-account permissions statement.
statementId - A unique identifier for the cross-account permissions statement.RemoveProfilePermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveProfilePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.