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