Interface CreateWorkspaceServiceAccountRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateWorkspaceServiceAccountRequest.Builder,,- CreateWorkspaceServiceAccountRequest> - GrafanaRequest.Builder,- SdkBuilder<CreateWorkspaceServiceAccountRequest.Builder,,- CreateWorkspaceServiceAccountRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateWorkspaceServiceAccountRequest
- 
Method SummaryModifier and TypeMethodDescriptiongrafanaRole(String grafanaRole) The permission level to use for this service account.grafanaRole(Role grafanaRole) The permission level to use for this service account.A name for the service account.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workspaceId(String workspaceId) The ID of the workspace within which to create the service account.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
grafanaRoleThe permission level to use for this service account. For more information about the roles and the permissions each has, see User roles in the Amazon Managed Grafana User Guide. - Parameters:
- grafanaRole- The permission level to use for this service account.- For more information about the roles and the permissions each has, see User roles in the Amazon Managed Grafana User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
grafanaRoleThe permission level to use for this service account. For more information about the roles and the permissions each has, see User roles in the Amazon Managed Grafana User Guide. - Parameters:
- grafanaRole- The permission level to use for this service account.- For more information about the roles and the permissions each has, see User roles in the Amazon Managed Grafana User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameA name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account. - Parameters:
- name- A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
workspaceIdThe ID of the workspace within which to create the service account. - Parameters:
- workspaceId- The ID of the workspace within which to create the service account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateWorkspaceServiceAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateWorkspaceServiceAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-