public static class GetStoragePoliciesQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
fields |
protected Long |
limit |
protected String |
marker |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetStoragePoliciesQueryParams |
build() |
GetStoragePoliciesQueryParams.Builder |
fields(List<String> fields) |
GetStoragePoliciesQueryParams.Builder |
limit(Long limit) |
GetStoragePoliciesQueryParams.Builder |
marker(String marker) |
public Builder()
public GetStoragePoliciesQueryParams.Builder fields(List<String> fields)
public GetStoragePoliciesQueryParams.Builder marker(String marker)
public GetStoragePoliciesQueryParams.Builder limit(Long limit)
public GetStoragePoliciesQueryParams build()