public static interface DescribeSourceServersRequestFilters.Builder extends SdkPojo, CopyableBuilder<DescribeSourceServersRequestFilters.Builder,DescribeSourceServersRequestFilters>
| Modifier and Type | Method and Description |
|---|---|
DescribeSourceServersRequestFilters.Builder |
hardwareId(String hardwareId)
An ID that describes the hardware of the Source Server.
|
DescribeSourceServersRequestFilters.Builder |
sourceServerIDs(Collection<String> sourceServerIDs)
An array of Source Servers IDs that should be returned.
|
DescribeSourceServersRequestFilters.Builder |
sourceServerIDs(String... sourceServerIDs)
An array of Source Servers IDs that should be returned.
|
DescribeSourceServersRequestFilters.Builder |
stagingAccountIDs(Collection<String> stagingAccountIDs)
An array of staging account IDs that extended source servers belong to.
|
DescribeSourceServersRequestFilters.Builder |
stagingAccountIDs(String... stagingAccountIDs)
An array of staging account IDs that extended source servers belong to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSourceServersRequestFilters.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.
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.DescribeSourceServersRequestFilters.Builder sourceServerIDs(Collection<String> sourceServerIDs)
An array of Source Servers IDs that should be returned. An empty array means all Source Servers.
sourceServerIDs - An array of Source Servers IDs that should be returned. An empty array means all Source Servers.DescribeSourceServersRequestFilters.Builder sourceServerIDs(String... sourceServerIDs)
An array of Source Servers IDs that should be returned. An empty array means all Source Servers.
sourceServerIDs - An array of Source Servers IDs that should be returned. An empty array means all Source Servers.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.
stagingAccountIDs - An array of staging account IDs that extended source servers belong to. An empty array means all
source servers will be shown.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.
stagingAccountIDs - An array of staging account IDs that extended source servers belong to. An empty array means all
source servers will be shown.Copyright © 2023. All rights reserved.