Interface DescribeSourceServersRequestFilters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DescribeSourceServersRequestFilters.Builder,DescribeSourceServersRequestFilters>,SdkBuilder<DescribeSourceServersRequestFilters.Builder,DescribeSourceServersRequestFilters>,SdkPojo
- Enclosing class:
- DescribeSourceServersRequestFilters
public static interface DescribeSourceServersRequestFilters.Builder extends SdkPojo, CopyableBuilder<DescribeSourceServersRequestFilters.Builder,DescribeSourceServersRequestFilters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeSourceServersRequestFilters.BuilderhardwareId(String hardwareId)An ID that describes the hardware of the Source Server.DescribeSourceServersRequestFilters.BuildersourceServerIDs(String... sourceServerIDs)An array of Source Servers IDs that should be returned.DescribeSourceServersRequestFilters.BuildersourceServerIDs(Collection<String> sourceServerIDs)An array of Source Servers IDs that should be returned.DescribeSourceServersRequestFilters.BuilderstagingAccountIDs(String... stagingAccountIDs)An array of staging account IDs that extended source servers belong to.DescribeSourceServersRequestFilters.BuilderstagingAccountIDs(Collection<String> stagingAccountIDs)An array of staging account IDs that extended source servers belong to.-
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, sdkFields
-
-
-
-
Method Detail
-
hardwareId
DescribeSourceServersRequestFilters.Builder hardwareId(String hardwareId)
An ID that describes the hardware of the Source Server. This is either an EC2 instance id, a VMware uuid or a mac address.
- Parameters:
hardwareId- An ID that describes the hardware of the Source Server. This is either an EC2 instance id, a VMware uuid or a mac address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceServerIDs
DescribeSourceServersRequestFilters.Builder sourceServerIDs(Collection<String> sourceServerIDs)
An array of Source Servers IDs that should be returned. An empty array means all Source Servers.
- Parameters:
sourceServerIDs- An array of Source Servers IDs that should be returned. An empty array means all Source Servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceServerIDs
DescribeSourceServersRequestFilters.Builder sourceServerIDs(String... sourceServerIDs)
An array of Source Servers IDs that should be returned. An empty array means all Source Servers.
- Parameters:
sourceServerIDs- An array of Source Servers IDs that should be returned. An empty array means all Source Servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stagingAccountIDs
DescribeSourceServersRequestFilters.Builder stagingAccountIDs(Collection<String> stagingAccountIDs)
An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.
- Parameters:
stagingAccountIDs- An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stagingAccountIDs
DescribeSourceServersRequestFilters.Builder stagingAccountIDs(String... stagingAccountIDs)
An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.
- Parameters:
stagingAccountIDs- An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-