Interface KubernetesPermissionCheckedDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KubernetesPermissionCheckedDetails.Builder,
,KubernetesPermissionCheckedDetails> SdkBuilder<KubernetesPermissionCheckedDetails.Builder,
,KubernetesPermissionCheckedDetails> SdkPojo
- Enclosing class:
KubernetesPermissionCheckedDetails
@Mutable
@NotThreadSafe
public static interface KubernetesPermissionCheckedDetails.Builder
extends SdkPojo, CopyableBuilder<KubernetesPermissionCheckedDetails.Builder,KubernetesPermissionCheckedDetails>
-
Method Summary
Modifier and TypeMethodDescriptionInformation whether the user has the permission to call the Kubernetes API.The namespace where the Kubernetes API action will take place.The Kubernetes resource with which your Kubernetes API call will interact.The verb component of the Kubernetes API call.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
-
verb
The verb component of the Kubernetes API call. For example, when you check whether or not you have the permission to call the
CreatePod
API, the verb component will beCreate
.- Parameters:
verb
- The verb component of the Kubernetes API call. For example, when you check whether or not you have the permission to call theCreatePod
API, the verb component will beCreate
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
The Kubernetes resource with which your Kubernetes API call will interact.
- Parameters:
resource
- The Kubernetes resource with which your Kubernetes API call will interact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace where the Kubernetes API action will take place.
- Parameters:
namespace
- The namespace where the Kubernetes API action will take place.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowed
Information whether the user has the permission to call the Kubernetes API.
- Parameters:
allowed
- Information whether the user has the permission to call the Kubernetes API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-