CopyableBuilder<ListBootstrapActionsRequest.Builder,ListBootstrapActionsRequest>
, SdkBuilder<ListBootstrapActionsRequest.Builder,ListBootstrapActionsRequest>
public static interface ListBootstrapActionsRequest.Builder extends CopyableBuilder<ListBootstrapActionsRequest.Builder,ListBootstrapActionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListBootstrapActionsRequest.Builder |
clusterId(String clusterId) |
The cluster identifier for the bootstrap actions to list.
|
ListBootstrapActionsRequest.Builder |
marker(String marker) |
The pagination token that indicates the next set of results to retrieve.
|
copy
apply, build
ListBootstrapActionsRequest.Builder clusterId(String clusterId)
The cluster identifier for the bootstrap actions to list.
clusterId
- The cluster identifier for the bootstrap actions to list.ListBootstrapActionsRequest.Builder marker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.