public static interface UpdateSigningCertificateRequest.Builder extends IAMRequest.Builder, CopyableBuilder<UpdateSigningCertificateRequest.Builder,UpdateSigningCertificateRequest>
Modifier and Type | Method and Description |
---|---|
UpdateSigningCertificateRequest.Builder |
certificateId(String certificateId)
The ID of the signing certificate you want to update.
|
UpdateSigningCertificateRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateSigningCertificateRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateSigningCertificateRequest.Builder |
status(StatusType status)
The status you want to assign to the certificate.
|
UpdateSigningCertificateRequest.Builder |
status(String status)
The status you want to assign to the certificate.
|
UpdateSigningCertificateRequest.Builder |
userName(String userName)
The name of the IAM user the signing certificate belongs to.
|
build
requestOverrideConfig
copy
apply, build
UpdateSigningCertificateRequest.Builder userName(String userName)
The name of the IAM user the signing certificate belongs to.
This parameter allows (per 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: =,.@-
userName
- The name of the IAM user the signing certificate belongs to.
This parameter allows (per 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: =,.@-
UpdateSigningCertificateRequest.Builder certificateId(String certificateId)
The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
certificateId
- The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
UpdateSigningCertificateRequest.Builder status(String status)
The status you want to assign to the certificate. Active
means the certificate can be used for
API calls to AWS, while Inactive
means the certificate cannot be used.
status
- The status you want to assign to the certificate. Active
means the certificate can be
used for API calls to AWS, while Inactive
means the certificate cannot be used.StatusType
,
StatusType
UpdateSigningCertificateRequest.Builder status(StatusType status)
The status you want to assign to the certificate. Active
means the certificate can be used for
API calls to AWS, while Inactive
means the certificate cannot be used.
status
- The status you want to assign to the certificate. Active
means the certificate can be
used for API calls to AWS, while Inactive
means the certificate cannot be used.StatusType
,
StatusType
UpdateSigningCertificateRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateSigningCertificateRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.