Interface UpdateSigningCertificateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSigningCertificateRequest.Builder,,UpdateSigningCertificateRequest> IamRequest.Builder,SdkBuilder<UpdateSigningCertificateRequest.Builder,,UpdateSigningCertificateRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateSigningCertificateRequest
-
Method Summary
Modifier and TypeMethodDescriptioncertificateId(String certificateId) The ID of the signing certificate you want to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status you want to assign to the certificate.status(StatusType status) The status you want to assign to the certificate.The name of the IAM user the signing certificate belongs to.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.services.iam.model.IamRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userName
The name of the IAM user the signing certificate belongs to.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Parameters:
userName- The name of the IAM user the signing certificate belongs to.This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateId
The ID of the signing certificate you want to update.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
- Parameters:
certificateId- The ID of the signing certificate you want to update.This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status you want to assign to the certificate.
Activemeans that the certificate can be used for programmatic calls to Amazon Web ServicesInactivemeans that the certificate cannot be used.- Parameters:
status- The status you want to assign to the certificate.Activemeans that the certificate can be used for programmatic calls to Amazon Web ServicesInactivemeans that the certificate cannot be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status you want to assign to the certificate.
Activemeans that the certificate can be used for programmatic calls to Amazon Web ServicesInactivemeans that the certificate cannot be used.- Parameters:
status- The status you want to assign to the certificate.Activemeans that the certificate can be used for programmatic calls to Amazon Web ServicesInactivemeans that the certificate cannot be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateSigningCertificateRequest.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
UpdateSigningCertificateRequest.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.
-