Class GetObjectAccessListOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetObjectAccessListOptions.Builder
-
- Enclosing class:
- GetObjectAccessListOptions
public static class GetObjectAccessListOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetObjectAccessListOptionsbuild()Builds a GetObjectAccessListOptions.GetObjectAccessListOptions.BuildercatalogIdentifier(java.lang.String catalogIdentifier)Set the catalogIdentifier.GetObjectAccessListOptions.Builderlimit(long limit)Set the limit.GetObjectAccessListOptions.BuilderobjectIdentifier(java.lang.String objectIdentifier)Set the objectIdentifier.GetObjectAccessListOptions.Builderoffset(long offset)Set the offset.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalogIdentifier, java.lang.String objectIdentifier)Instantiates a new builder with required properties.- Parameters:
catalogIdentifier- the catalogIdentifierobjectIdentifier- the objectIdentifier
-
-
Method Detail
-
build
public GetObjectAccessListOptions build()
Builds a GetObjectAccessListOptions.- Returns:
- the new GetObjectAccessListOptions instance
-
catalogIdentifier
public GetObjectAccessListOptions.Builder catalogIdentifier(java.lang.String catalogIdentifier)
Set the catalogIdentifier.- Parameters:
catalogIdentifier- the catalogIdentifier- Returns:
- the GetObjectAccessListOptions builder
-
objectIdentifier
public GetObjectAccessListOptions.Builder objectIdentifier(java.lang.String objectIdentifier)
Set the objectIdentifier.- Parameters:
objectIdentifier- the objectIdentifier- Returns:
- the GetObjectAccessListOptions builder
-
limit
public GetObjectAccessListOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the GetObjectAccessListOptions builder
-
offset
public GetObjectAccessListOptions.Builder offset(long offset)
Set the offset.- Parameters:
offset- the offset- Returns:
- the GetObjectAccessListOptions builder
-
-