Interface EksMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EksMetadata.Builder,
,EksMetadata> SdkBuilder<EksMetadata.Builder,
,EksMetadata> SdkPojo
- Enclosing class:
EksMetadata
public static interface EksMetadata.Builder
extends SdkPojo, CopyableBuilder<EksMetadata.Builder,EksMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionKey-value pairs used to identify, sort, and organize cube resources.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
labels
Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object.
- Parameters:
labels
- Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-