Interface KubernetesRoleDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KubernetesRoleDetails.Builder,
,KubernetesRoleDetails> SdkBuilder<KubernetesRoleDetails.Builder,
,KubernetesRoleDetails> SdkPojo
- Enclosing class:
KubernetesRoleDetails
@Mutable
@NotThreadSafe
public static interface KubernetesRoleDetails.Builder
extends SdkPojo, CopyableBuilder<KubernetesRoleDetails.Builder,KubernetesRoleDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe kind of role.The name of the Kubernetes role.The unique identifier of the Kubernetes role name.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, sdkFieldNameToField, sdkFields
-
Method Details
-
kind
The kind of role. For this API, the value of
kind
will beRole
.- Parameters:
kind
- The kind of role. For this API, the value ofkind
will beRole
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Kubernetes role.
- Parameters:
name
- The name of the Kubernetes role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uid
The unique identifier of the Kubernetes role name.
- Parameters:
uid
- The unique identifier of the Kubernetes role name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-