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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EksMetadata.Builderlabels(Map<String,String> labels)Key-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 Detail
-
labels
EksMetadata.Builder labels(Map<String,String> 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.
-
-