Interface GetRevocationStatusResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetRevocationStatusResponse.Builder,,GetRevocationStatusResponse> SdkBuilder<GetRevocationStatusResponse.Builder,,GetRevocationStatusResponse> SdkPojo,SdkResponse.Builder,SignerResponse.Builder
- Enclosing class:
 GetRevocationStatusResponse
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
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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.
 
 
 -