Class UnregisterBucketOptions.Builder

  • Enclosing class:
    UnregisterBucketOptions

    public static class UnregisterBucketOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public UnregisterBucketOptions build()
        Builds a UnregisterBucketOptions.
        Returns:
        the new UnregisterBucketOptions instance
      • bucketId

        public UnregisterBucketOptions.Builder bucketId​(java.lang.String bucketId)
        Set the bucketId.
        Parameters:
        bucketId - the bucketId
        Returns:
        the UnregisterBucketOptions builder
      • authInstanceId

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