Interface ListWorkspaceServiceAccountTokensRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkspaceServiceAccountTokensRequest.Builder,ListWorkspaceServiceAccountTokensRequest>,GrafanaRequest.Builder,SdkBuilder<ListWorkspaceServiceAccountTokensRequest.Builder,ListWorkspaceServiceAccountTokensRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkspaceServiceAccountTokensRequest
public static interface ListWorkspaceServiceAccountTokensRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<ListWorkspaceServiceAccountTokensRequest.Builder,ListWorkspaceServiceAccountTokensRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkspaceServiceAccountTokensRequest.BuildermaxResults(Integer maxResults)The maximum number of tokens to include in the results.ListWorkspaceServiceAccountTokensRequest.BuildernextToken(String nextToken)The token for the next set of service accounts to return.ListWorkspaceServiceAccountTokensRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkspaceServiceAccountTokensRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkspaceServiceAccountTokensRequest.BuilderserviceAccountId(String serviceAccountId)The ID of the service account for which to return tokens.ListWorkspaceServiceAccountTokensRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace for which to return tokens.-
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
ListWorkspaceServiceAccountTokensRequest.Builder maxResults(Integer maxResults)
The maximum number of tokens to include in the results.
- Parameters:
maxResults- The maximum number of tokens to include in the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListWorkspaceServiceAccountTokensRequest.Builder nextToken(String nextToken)
The token for the next set of service accounts to return. (You receive this token from a previous
ListWorkspaceServiceAccountTokensoperation.)- Parameters:
nextToken- The token for the next set of service accounts to return. (You receive this token from a previousListWorkspaceServiceAccountTokensoperation.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceAccountId
ListWorkspaceServiceAccountTokensRequest.Builder serviceAccountId(String serviceAccountId)
The ID of the service account for which to return tokens.
- Parameters:
serviceAccountId- The ID of the service account for which to return tokens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceId
ListWorkspaceServiceAccountTokensRequest.Builder workspaceId(String workspaceId)
The ID of the workspace for which to return tokens.
- Parameters:
workspaceId- The ID of the workspace for which to return tokens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkspaceServiceAccountTokensRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkspaceServiceAccountTokensRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-