@Generated(value="software.amazon.awssdk:codegen") public final class ContainerProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerProvider.Builder,ContainerProvider>
The information about the container provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContainerProvider.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the container cluster.
|
ContainerInfo |
info()
The information about the container cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContainerProvider.Builder> |
serializableBuilderClass() |
ContainerProvider.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ContainerProviderType |
type()
The type of the container provider.
|
String |
typeAsString()
The type of the container provider.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ContainerProviderType type()
The type of the container provider. Amazon EKS is the only supported type as of now.
If the service returns an enum value that is not available in the current SDK version, type will return
ContainerProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ContainerProviderTypepublic final String typeAsString()
The type of the container provider. Amazon EKS is the only supported type as of now.
If the service returns an enum value that is not available in the current SDK version, type will return
ContainerProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ContainerProviderTypepublic final String id()
The ID of the container cluster.
public final ContainerInfo info()
The information about the container cluster.
public ContainerProvider.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContainerProvider.Builder,ContainerProvider>public static ContainerProvider.Builder builder()
public static Class<? extends ContainerProvider.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.