Class GetBucketObjectPropertiesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.GetBucketObjectPropertiesOptions.Builder
-
- Enclosing class:
- GetBucketObjectPropertiesOptions
public static class GetBucketObjectPropertiesOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetBucketObjectPropertiesOptions.Builder
addPaths(Path paths)
Adds a new element to paths.GetBucketObjectPropertiesOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.GetBucketObjectPropertiesOptions.Builder
bucketId(java.lang.String bucketId)
Set the bucketId.GetBucketObjectPropertiesOptions
build()
Builds a GetBucketObjectPropertiesOptions.GetBucketObjectPropertiesOptions.Builder
paths(java.util.List<Path> paths)
Set the paths.
-
-
-
Method Detail
-
build
public GetBucketObjectPropertiesOptions build()
Builds a GetBucketObjectPropertiesOptions.- Returns:
- the new GetBucketObjectPropertiesOptions instance
-
addPaths
public GetBucketObjectPropertiesOptions.Builder addPaths(Path paths)
Adds a new element to paths.- Parameters:
paths
- the new element to be added- Returns:
- the GetBucketObjectPropertiesOptions builder
-
bucketId
public GetBucketObjectPropertiesOptions.Builder bucketId(java.lang.String bucketId)
Set the bucketId.- Parameters:
bucketId
- the bucketId- Returns:
- the GetBucketObjectPropertiesOptions builder
-
paths
public GetBucketObjectPropertiesOptions.Builder paths(java.util.List<Path> paths)
Set the paths. Existing paths will be replaced.- Parameters:
paths
- the paths- Returns:
- the GetBucketObjectPropertiesOptions builder
-
authInstanceId
public GetBucketObjectPropertiesOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId
- the authInstanceId- Returns:
- the GetBucketObjectPropertiesOptions builder
-
-