Interface Capabilities.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Capabilities.Builder,
,Capabilities> SdkBuilder<Capabilities.Builder,
,Capabilities> SdkPojo
- Enclosing class:
Capabilities
@Mutable
@NotThreadSafe
public static interface Capabilities.Builder
extends SdkPojo, CopyableBuilder<Capabilities.Builder,Capabilities>
-
Method Summary
Modifier and TypeMethodDescriptionsupportedAuthenticationTypes
(Collection<AuthenticationType> supportedAuthenticationTypes) A list of supported authentication types.supportedAuthenticationTypes
(AuthenticationType... supportedAuthenticationTypes) A list of supported authentication types.supportedAuthenticationTypesWithStrings
(String... supportedAuthenticationTypes) A list of supported authentication types.supportedAuthenticationTypesWithStrings
(Collection<String> supportedAuthenticationTypes) A list of supported authentication types.supportedComputeEnvironments
(Collection<ComputeEnvironment> supportedComputeEnvironments) A list of supported compute environments.supportedComputeEnvironments
(ComputeEnvironment... supportedComputeEnvironments) A list of supported compute environments.supportedComputeEnvironmentsWithStrings
(String... supportedComputeEnvironments) A list of supported compute environments.supportedComputeEnvironmentsWithStrings
(Collection<String> supportedComputeEnvironments) A list of supported compute environments.supportedDataOperations
(Collection<DataOperation> supportedDataOperations) A list of supported data operations.supportedDataOperations
(DataOperation... supportedDataOperations) A list of supported data operations.supportedDataOperationsWithStrings
(String... supportedDataOperations) A list of supported data operations.supportedDataOperationsWithStrings
(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 Details
-
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
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
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
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
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.
-