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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRevocationStatusResponse.BuilderrevokedEntities(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.GetRevocationStatusResponse.BuilderrevokedEntities(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, 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 Detail
-
revokedEntities
GetRevocationStatusResponse.Builder 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.
- 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
GetRevocationStatusResponse.Builder revokedEntities(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.
- 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.
-
-