Interface RevocationContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RevocationContent.Builder,
,RevocationContent> SdkBuilder<RevocationContent.Builder,
,RevocationContent> SdkPojo
- Enclosing class:
RevocationContent
public static interface RevocationContent.Builder
extends SdkPojo, CopyableBuilder<RevocationContent.Builder,RevocationContent>
-
Method Summary
Modifier and TypeMethodDescriptionrevocationType
(String revocationType) The type of revocation file.revocationType
(RevocationType revocationType) The type of revocation file.The Amazon S3 bucket for the revocation file.The Amazon S3 path for the revocation file.s3ObjectVersion
(String s3ObjectVersion) The Amazon S3 object version of the revocation file.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
-
Method Details
-
s3Bucket
The Amazon S3 bucket for the revocation file.
- Parameters:
s3Bucket
- The Amazon S3 bucket for the revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Key
The Amazon S3 path for the revocation file.
- Parameters:
s3Key
- The Amazon S3 path for the revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ObjectVersion
The Amazon S3 object version of the revocation file.
- Parameters:
s3ObjectVersion
- The Amazon S3 object version of the revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revocationType
The type of revocation file.
- Parameters:
revocationType
- The type of revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revocationType
The type of revocation file.
- Parameters:
revocationType
- The type of revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-