Interface KubernetesMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KubernetesMetadata.Builder,
,KubernetesMetadata> SdkBuilder<KubernetesMetadata.Builder,
,KubernetesMetadata> SdkPojo
- Enclosing class:
KubernetesMetadata
@Mutable
@NotThreadSafe
public static interface KubernetesMetadata.Builder
extends SdkPojo, CopyableBuilder<KubernetesMetadata.Builder,KubernetesMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionlocalPodName
(String localPodName) The name of the pod for a local resource.localPodNamespace
(String localPodNamespace) The namespace of the pod for a local resource.localServiceName
(String localServiceName) The service name for a local resource.remotePodName
(String remotePodName) The name of the pod for a remote resource.remotePodNamespace
(String remotePodNamespace) The namespace of the pod for a remote resource.remoteServiceName
(String remoteServiceName) The service name for a remote resource.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
-
localServiceName
The service name for a local resource.
- Parameters:
localServiceName
- The service name for a local resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localPodName
The name of the pod for a local resource.
- Parameters:
localPodName
- The name of the pod for a local resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localPodNamespace
The namespace of the pod for a local resource.
- Parameters:
localPodNamespace
- The namespace of the pod for a local resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteServiceName
The service name for a remote resource.
- Parameters:
remoteServiceName
- The service name for a remote resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remotePodName
The name of the pod for a remote resource.
- Parameters:
remotePodName
- The name of the pod for a remote resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remotePodNamespace
The namespace of the pod for a remote resource.
- Parameters:
remotePodNamespace
- The namespace of the pod for a remote resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-