Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.RevocationContent.Builder
Packages that use RevocationContent.Builder
-
Uses of RevocationContent.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return RevocationContent.BuilderModifier and TypeMethodDescriptionstatic RevocationContent.BuilderRevocationContent.builder()RevocationContent.Builder.revocationType(String revocationType) The type of revocation file.RevocationContent.Builder.revocationType(RevocationType revocationType) The type of revocation file.The Amazon S3 bucket for the revocation file.The Amazon S3 path for the revocation file.RevocationContent.Builder.s3ObjectVersion(String s3ObjectVersion) The Amazon S3 object version of the revocation file.RevocationContent.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type RevocationContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RevocationContent.Builder>RevocationContent.serializableBuilderClass()