Interface GetRevocationStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRevocationStatusResponse.Builder,
,GetRevocationStatusResponse> SdkBuilder<GetRevocationStatusResponse.Builder,
,GetRevocationStatusResponse> SdkPojo
,SdkResponse.Builder
,SignerResponse.Builder
- Enclosing class:
GetRevocationStatusResponse
@Mutable
@NotThreadSafe
public static interface GetRevocationStatusResponse.Builder
extends SignerResponse.Builder, SdkPojo, CopyableBuilder<GetRevocationStatusResponse.Builder,GetRevocationStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionrevokedEntities
(String... revokedEntities) A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.revokedEntities
(Collection<String> revokedEntities) A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.signer.model.SignerResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
revokedEntities
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
- Parameters:
revokedEntities
- A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokedEntities
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
- Parameters:
revokedEntities
- A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-