public static interface PutResourceAttributesRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<PutResourceAttributesRequest.Builder,PutResourceAttributesRequest>
Modifier and Type | Method and Description |
---|---|
PutResourceAttributesRequest.Builder |
dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
PutResourceAttributesRequest.Builder |
migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
PutResourceAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutResourceAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutResourceAttributesRequest.Builder |
progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
PutResourceAttributesRequest.Builder |
resourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)
Information about the resource that is being migrated.
|
PutResourceAttributesRequest.Builder |
resourceAttributeList(Consumer<ResourceAttribute.Builder>... resourceAttributeList)
Information about the resource that is being migrated.
|
PutResourceAttributesRequest.Builder |
resourceAttributeList(ResourceAttribute... resourceAttributeList)
Information about the resource that is being migrated.
|
build
overrideConfiguration
copy
applyMutation, build
PutResourceAttributesRequest.Builder progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.PutResourceAttributesRequest.Builder migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
migrationTaskName
- Unique identifier that references the migration task.PutResourceAttributesRequest.Builder resourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)
Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service (ADS)'s repository.
Takes the object array of ResourceAttribute
where the Type
field is reserved for
the following values:
IPV4_ADDRESS | IPV6_ADDRESS | MAC_ADDRESS | FQDN | VM_MANAGER_ID | VM_MANAGED_OBJECT_REFERENCE | VM_NAME | VM_PATH | BIOS_ID | MOTHERBOARD_SERIAL_NUMBER
where the identifying value can be a string up to 256 characters.
If any "VM" related value is set for a ResourceAttribute
object, it is required that
VM_MANAGER_ID
, as a minimum, is always set. If VM_MANAGER_ID
is not set, then all
"VM" fields will be discarded and "VM" fields will not be used for matching the migration task to a server in
Application Discovery Service (ADS)'s repository. See the Example section below for a use case of specifying "VM" related values.
If a server you are trying to match has multiple IP or MAC addresses, you should provide as many as you know
in separate type/value pairs passed to the ResourceAttributeList
parameter to maximize the
chances of matching.
resourceAttributeList
- Information about the resource that is being migrated. This data will be used to map the task to a
resource in the Application Discovery Service (ADS)'s repository.
Takes the object array of ResourceAttribute
where the Type
field is reserved
for the following values:
IPV4_ADDRESS | IPV6_ADDRESS | MAC_ADDRESS | FQDN | VM_MANAGER_ID | VM_MANAGED_OBJECT_REFERENCE | VM_NAME | VM_PATH | BIOS_ID | MOTHERBOARD_SERIAL_NUMBER
where the identifying value can be a string up to 256 characters.
If any "VM" related value is set for a ResourceAttribute
object, it is required that
VM_MANAGER_ID
, as a minimum, is always set. If VM_MANAGER_ID
is not set,
then all "VM" fields will be discarded and "VM" fields will not be used for matching the migration
task to a server in Application Discovery Service (ADS)'s repository. See the Example section below for a use case of specifying "VM" related values.
If a server you are trying to match has multiple IP or MAC addresses, you should provide as many as
you know in separate type/value pairs passed to the ResourceAttributeList
parameter to
maximize the chances of matching.
PutResourceAttributesRequest.Builder resourceAttributeList(ResourceAttribute... resourceAttributeList)
Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service (ADS)'s repository.
Takes the object array of ResourceAttribute
where the Type
field is reserved for
the following values:
IPV4_ADDRESS | IPV6_ADDRESS | MAC_ADDRESS | FQDN | VM_MANAGER_ID | VM_MANAGED_OBJECT_REFERENCE | VM_NAME | VM_PATH | BIOS_ID | MOTHERBOARD_SERIAL_NUMBER
where the identifying value can be a string up to 256 characters.
If any "VM" related value is set for a ResourceAttribute
object, it is required that
VM_MANAGER_ID
, as a minimum, is always set. If VM_MANAGER_ID
is not set, then all
"VM" fields will be discarded and "VM" fields will not be used for matching the migration task to a server in
Application Discovery Service (ADS)'s repository. See the Example section below for a use case of specifying "VM" related values.
If a server you are trying to match has multiple IP or MAC addresses, you should provide as many as you know
in separate type/value pairs passed to the ResourceAttributeList
parameter to maximize the
chances of matching.
resourceAttributeList
- Information about the resource that is being migrated. This data will be used to map the task to a
resource in the Application Discovery Service (ADS)'s repository.
Takes the object array of ResourceAttribute
where the Type
field is reserved
for the following values:
IPV4_ADDRESS | IPV6_ADDRESS | MAC_ADDRESS | FQDN | VM_MANAGER_ID | VM_MANAGED_OBJECT_REFERENCE | VM_NAME | VM_PATH | BIOS_ID | MOTHERBOARD_SERIAL_NUMBER
where the identifying value can be a string up to 256 characters.
If any "VM" related value is set for a ResourceAttribute
object, it is required that
VM_MANAGER_ID
, as a minimum, is always set. If VM_MANAGER_ID
is not set,
then all "VM" fields will be discarded and "VM" fields will not be used for matching the migration
task to a server in Application Discovery Service (ADS)'s repository. See the Example section below for a use case of specifying "VM" related values.
If a server you are trying to match has multiple IP or MAC addresses, you should provide as many as
you know in separate type/value pairs passed to the ResourceAttributeList
parameter to
maximize the chances of matching.
PutResourceAttributesRequest.Builder resourceAttributeList(Consumer<ResourceAttribute.Builder>... resourceAttributeList)
Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service (ADS)'s repository.
Takes the object array of ResourceAttribute
where the Type
field is reserved for
the following values:
IPV4_ADDRESS | IPV6_ADDRESS | MAC_ADDRESS | FQDN | VM_MANAGER_ID | VM_MANAGED_OBJECT_REFERENCE | VM_NAME | VM_PATH | BIOS_ID | MOTHERBOARD_SERIAL_NUMBER
where the identifying value can be a string up to 256 characters.
If any "VM" related value is set for a ResourceAttribute
object, it is required that
VM_MANAGER_ID
, as a minimum, is always set. If VM_MANAGER_ID
is not set, then all
"VM" fields will be discarded and "VM" fields will not be used for matching the migration task to a server in
Application Discovery Service (ADS)'s repository. See the Example section below for a use case of specifying "VM" related values.
If a server you are trying to match has multiple IP or MAC addresses, you should provide as many as you know
in separate type/value pairs passed to the ResourceAttributeList
parameter to maximize the
chances of matching.
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #resourceAttributeList(List)
.resourceAttributeList
- a consumer that will call methods on List.Builder
#resourceAttributeList(List)
PutResourceAttributesRequest.Builder dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun
- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.PutResourceAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutResourceAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.