Class ListBucketObjectsOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.ListBucketObjectsOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListBucketObjectsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listBucketObjects options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListBucketObjectsOptions.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringbucketId()Gets the bucketId.ListBucketObjectsOptions.BuildernewBuilder()New builder.java.lang.Stringpath()Gets the path. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public ListBucketObjectsOptions.Builder newBuilder()
New builder.- Returns:
 - a ListBucketObjectsOptions builder
 
 
- 
bucketId
public java.lang.String bucketId()
Gets the bucketId. bucket id.- Returns:
 - the bucketId
 
 
- 
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
 - the authInstanceId
 
 
- 
path
public java.lang.String path()
Gets the path. path.- Returns:
 - the path
 
 
 - 
 
 -