Interface InstancesToExclude.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstancesToExclude.Builder,
,InstancesToExclude> SdkBuilder<InstancesToExclude.Builder,
,InstancesToExclude> SdkPojo
- Enclosing class:
InstancesToExclude
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds
(String... accountIds) IDs of the accounts that own each instance that must not be stopped.accountIds
(Collection<String> accountIds) IDs of the accounts that own each instance that must not be stopped.List of user-specified instances that must not be stopped.instances
(Collection<String> instances) List of user-specified instances that must not be stopped.services
(Collection<AWSServiceName> services) Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.services
(AWSServiceName... services) Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.servicesWithStrings
(String... services) Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.servicesWithStrings
(Collection<String> services) Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.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
-
instances
List of user-specified instances that must not be stopped.
- Parameters:
instances
- List of user-specified instances that must not be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
List of user-specified instances that must not be stopped.
- Parameters:
instances
- List of user-specified instances that must not be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
IDs of the accounts that own each instance that must not be stopped.
- Parameters:
accountIds
- IDs of the accounts that own each instance that must not be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
IDs of the accounts that own each instance that must not be stopped.
- Parameters:
accountIds
- IDs of the accounts that own each instance that must not be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
servicesWithStrings
Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.
- Parameters:
services
- Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
servicesWithStrings
Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.
- Parameters:
services
- Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.
- Parameters:
services
- Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.
- Parameters:
services
- Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-