Interface Capabilities.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Capabilities.Builder,Capabilities>,SdkBuilder<Capabilities.Builder,Capabilities>,SdkPojo
- Enclosing class:
- Capabilities
public static interface Capabilities.Builder extends SdkPojo, CopyableBuilder<Capabilities.Builder,Capabilities>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Capabilities.BuildersupportedAuthenticationTypes(Collection<AuthenticationType> supportedAuthenticationTypes)A list of supported authentication types.Capabilities.BuildersupportedAuthenticationTypes(AuthenticationType... supportedAuthenticationTypes)A list of supported authentication types.Capabilities.BuildersupportedAuthenticationTypesWithStrings(String... supportedAuthenticationTypes)A list of supported authentication types.Capabilities.BuildersupportedAuthenticationTypesWithStrings(Collection<String> supportedAuthenticationTypes)A list of supported authentication types.Capabilities.BuildersupportedComputeEnvironments(Collection<ComputeEnvironment> supportedComputeEnvironments)A list of supported compute environments.Capabilities.BuildersupportedComputeEnvironments(ComputeEnvironment... supportedComputeEnvironments)A list of supported compute environments.Capabilities.BuildersupportedComputeEnvironmentsWithStrings(String... supportedComputeEnvironments)A list of supported compute environments.Capabilities.BuildersupportedComputeEnvironmentsWithStrings(Collection<String> supportedComputeEnvironments)A list of supported compute environments.Capabilities.BuildersupportedDataOperations(Collection<DataOperation> supportedDataOperations)A list of supported data operations.Capabilities.BuildersupportedDataOperations(DataOperation... supportedDataOperations)A list of supported data operations.Capabilities.BuildersupportedDataOperationsWithStrings(String... supportedDataOperations)A list of supported data operations.Capabilities.BuildersupportedDataOperationsWithStrings(Collection<String> supportedDataOperations)A list of supported data operations.-
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 Detail
-
supportedAuthenticationTypesWithStrings
Capabilities.Builder supportedAuthenticationTypesWithStrings(Collection<String> supportedAuthenticationTypes)
A list of supported authentication types.
- Parameters:
supportedAuthenticationTypes- A list of supported authentication types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedAuthenticationTypesWithStrings
Capabilities.Builder supportedAuthenticationTypesWithStrings(String... supportedAuthenticationTypes)
A list of supported authentication types.
- Parameters:
supportedAuthenticationTypes- A list of supported authentication types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedAuthenticationTypes
Capabilities.Builder supportedAuthenticationTypes(Collection<AuthenticationType> supportedAuthenticationTypes)
A list of supported authentication types.
- Parameters:
supportedAuthenticationTypes- A list of supported authentication types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedAuthenticationTypes
Capabilities.Builder supportedAuthenticationTypes(AuthenticationType... supportedAuthenticationTypes)
A list of supported authentication types.
- Parameters:
supportedAuthenticationTypes- A list of supported authentication types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedDataOperationsWithStrings
Capabilities.Builder supportedDataOperationsWithStrings(Collection<String> supportedDataOperations)
A list of supported data operations.
- Parameters:
supportedDataOperations- A list of supported data operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedDataOperationsWithStrings
Capabilities.Builder supportedDataOperationsWithStrings(String... supportedDataOperations)
A list of supported data operations.
- Parameters:
supportedDataOperations- A list of supported data operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedDataOperations
Capabilities.Builder supportedDataOperations(Collection<DataOperation> supportedDataOperations)
A list of supported data operations.
- Parameters:
supportedDataOperations- A list of supported data operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedDataOperations
Capabilities.Builder supportedDataOperations(DataOperation... supportedDataOperations)
A list of supported data operations.
- Parameters:
supportedDataOperations- A list of supported data operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedComputeEnvironmentsWithStrings
Capabilities.Builder supportedComputeEnvironmentsWithStrings(Collection<String> supportedComputeEnvironments)
A list of supported compute environments.
- Parameters:
supportedComputeEnvironments- A list of supported compute environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedComputeEnvironmentsWithStrings
Capabilities.Builder supportedComputeEnvironmentsWithStrings(String... supportedComputeEnvironments)
A list of supported compute environments.
- Parameters:
supportedComputeEnvironments- A list of supported compute environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedComputeEnvironments
Capabilities.Builder supportedComputeEnvironments(Collection<ComputeEnvironment> supportedComputeEnvironments)
A list of supported compute environments.
- Parameters:
supportedComputeEnvironments- A list of supported compute environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedComputeEnvironments
Capabilities.Builder supportedComputeEnvironments(ComputeEnvironment... supportedComputeEnvironments)
A list of supported compute environments.
- Parameters:
supportedComputeEnvironments- A list of supported compute environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-