Class GetBucketObjectPropertiesOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.GetBucketObjectPropertiesOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetBucketObjectPropertiesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getBucketObjectProperties options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetBucketObjectPropertiesOptions.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.GetBucketObjectPropertiesOptions.BuildernewBuilder()New builder.java.util.List<Path>paths()Gets the paths. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public GetBucketObjectPropertiesOptions.Builder newBuilder()
New builder.- Returns:
 - a GetBucketObjectPropertiesOptions builder
 
 
- 
bucketId
public java.lang.String bucketId()
Gets the bucketId. bucket id.- Returns:
 - the bucketId
 
 
- 
paths
public java.util.List<Path> paths()
Gets the paths. bucket object size.- Returns:
 - the paths
 
 
- 
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
 - the authInstanceId
 
 
 - 
 
 -