Interface DeleteWorkspaceApiKeyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteWorkspaceApiKeyRequest.Builder,DeleteWorkspaceApiKeyRequest>,GrafanaRequest.Builder,SdkBuilder<DeleteWorkspaceApiKeyRequest.Builder,DeleteWorkspaceApiKeyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteWorkspaceApiKeyRequest
public static interface DeleteWorkspaceApiKeyRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<DeleteWorkspaceApiKeyRequest.Builder,DeleteWorkspaceApiKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteWorkspaceApiKeyRequest.BuilderkeyName(String keyName)The name of the API key to delete.DeleteWorkspaceApiKeyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteWorkspaceApiKeyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteWorkspaceApiKeyRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace to delete.-
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
-
keyName
DeleteWorkspaceApiKeyRequest.Builder keyName(String keyName)
The name of the API key to delete.
- Parameters:
keyName- The name of the API key to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceId
DeleteWorkspaceApiKeyRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to delete.
- Parameters:
workspaceId- The ID of the workspace to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteWorkspaceApiKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteWorkspaceApiKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-