Interface RevokeSigningProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RevokeSigningProfileRequest.Builder,,RevokeSigningProfileRequest> SdkBuilder<RevokeSigningProfileRequest.Builder,,RevokeSigningProfileRequest> SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
RevokeSigningProfileRequest
@Mutable
@NotThreadSafe
public static interface RevokeSigningProfileRequest.Builder
extends SignerRequest.Builder, SdkPojo, CopyableBuilder<RevokeSigningProfileRequest.Builder,RevokeSigningProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptioneffectiveTime(Instant effectiveTime) A timestamp for when revocation of a Signing Profile should become effective.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.profileName(String profileName) The name of the signing profile to be revoked.profileVersion(String profileVersion) The version of the signing profile to be revoked.The reason for revoking a signing profile.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.signer.model.SignerRequest.Builder
build
-
Method Details
-
profileName
The name of the signing profile to be revoked.
- Parameters:
profileName- The name of the signing profile to be revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileVersion
The version of the signing profile to be revoked.
- Parameters:
profileVersion- The version of the signing profile to be revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The reason for revoking a signing profile.
- Parameters:
reason- The reason for revoking a signing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveTime
A timestamp for when revocation of a Signing Profile should become effective. Signatures generated using the signing profile after this timestamp are not trusted.
- Parameters:
effectiveTime- A timestamp for when revocation of a Signing Profile should become effective. Signatures generated using the signing profile after this timestamp are not trusted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RevokeSigningProfileRequest.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
RevokeSigningProfileRequest.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.
-