Interface ListWorkspaceServiceAccountsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkspaceServiceAccountsRequest.Builder,ListWorkspaceServiceAccountsRequest>,GrafanaRequest.Builder,SdkBuilder<ListWorkspaceServiceAccountsRequest.Builder,ListWorkspaceServiceAccountsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkspaceServiceAccountsRequest
public static interface ListWorkspaceServiceAccountsRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<ListWorkspaceServiceAccountsRequest.Builder,ListWorkspaceServiceAccountsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkspaceServiceAccountsRequest.BuildermaxResults(Integer maxResults)The maximum number of service accounts to include in the results.ListWorkspaceServiceAccountsRequest.BuildernextToken(String nextToken)The token for the next set of service accounts to return.ListWorkspaceServiceAccountsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkspaceServiceAccountsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkspaceServiceAccountsRequest.BuilderworkspaceId(String workspaceId)The workspace for which to list service accounts.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListWorkspaceServiceAccountsRequest.Builder maxResults(Integer maxResults)
The maximum number of service accounts to include in the results.
- Parameters:
maxResults- The maximum number of service accounts to include in the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListWorkspaceServiceAccountsRequest.Builder nextToken(String nextToken)
The token for the next set of service accounts to return. (You receive this token from a previous
ListWorkspaceServiceAccountsoperation.)- Parameters:
nextToken- The token for the next set of service accounts to return. (You receive this token from a previousListWorkspaceServiceAccountsoperation.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceId
ListWorkspaceServiceAccountsRequest.Builder workspaceId(String workspaceId)
The workspace for which to list service accounts.
- Parameters:
workspaceId- The workspace for which to list service accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkspaceServiceAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkspaceServiceAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-