| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
RunJobFlowRequest.tags()
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
List<Tag> |
Cluster.tags()
A list of tags associated with a cluster.
|
List<Tag> |
CreateStudioRequest.tags()
A list of tags to associate with the Amazon EMR Studio.
|
List<Tag> |
NotebookExecution.tags()
A list of tags associated with a notebook execution.
|
List<Tag> |
StartNotebookExecutionRequest.tags()
A list of tags associated with a notebook execution.
|
List<Tag> |
Studio.tags()
A list of tags associated with the Amazon EMR Studio.
|
List<Tag> |
AddTagsRequest.tags()
A list of tags to associate with a resource.
|
| Modifier and Type | Method and Description |
|---|---|
RunJobFlowRequest.Builder |
RunJobFlowRequest.Builder.tags(Tag... tags)
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
Cluster.Builder |
Cluster.Builder.tags(Tag... tags)
A list of tags associated with a cluster.
|
CreateStudioRequest.Builder |
CreateStudioRequest.Builder.tags(Tag... tags)
A list of tags to associate with the Amazon EMR Studio.
|
NotebookExecution.Builder |
NotebookExecution.Builder.tags(Tag... tags)
A list of tags associated with a notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.tags(Tag... tags)
A list of tags associated with a notebook execution.
|
Studio.Builder |
Studio.Builder.tags(Tag... tags)
A list of tags associated with the Amazon EMR Studio.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Tag... tags)
A list of tags to associate with a resource.
|
| Modifier and Type | Method and Description |
|---|---|
RunJobFlowRequest.Builder |
RunJobFlowRequest.Builder.tags(Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
Cluster.Builder |
Cluster.Builder.tags(Collection<Tag> tags)
A list of tags associated with a cluster.
|
CreateStudioRequest.Builder |
CreateStudioRequest.Builder.tags(Collection<Tag> tags)
A list of tags to associate with the Amazon EMR Studio.
|
NotebookExecution.Builder |
NotebookExecution.Builder.tags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.tags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
Studio.Builder |
Studio.Builder.tags(Collection<Tag> tags)
A list of tags associated with the Amazon EMR Studio.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Collection<Tag> tags)
A list of tags to associate with a resource.
|
Copyright © 2023. All rights reserved.