Class GetS3BucketValidationOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String bucketName)
        Instantiates a new builder with required properties.
        Parameters:
        bucketName - the bucketName
    • Method Detail

      • build

        public GetS3BucketValidationOptions build()
        Builds a GetS3BucketValidationOptions.
        Returns:
        the new GetS3BucketValidationOptions instance
      • bucketName

        public GetS3BucketValidationOptions.Builder bucketName​(java.lang.String bucketName)
        Set the bucketName.
        Parameters:
        bucketName - the bucketName
        Returns:
        the GetS3BucketValidationOptions builder