public static interface IpamDiscoveredAccount.Builder extends SdkPojo, CopyableBuilder<IpamDiscoveredAccount.Builder,IpamDiscoveredAccount>
| Modifier and Type | Method and Description |
|---|---|
IpamDiscoveredAccount.Builder |
accountId(String accountId)
The account ID.
|
IpamDiscoveredAccount.Builder |
discoveryRegion(String discoveryRegion)
The Amazon Web Services Region that the account information is returned from.
|
default IpamDiscoveredAccount.Builder |
failureReason(Consumer<IpamDiscoveryFailureReason.Builder> failureReason)
The resource discovery failure reason.
|
IpamDiscoveredAccount.Builder |
failureReason(IpamDiscoveryFailureReason failureReason)
The resource discovery failure reason.
|
IpamDiscoveredAccount.Builder |
lastAttemptedDiscoveryTime(Instant lastAttemptedDiscoveryTime)
The last attempted resource discovery time.
|
IpamDiscoveredAccount.Builder |
lastSuccessfulDiscoveryTime(Instant lastSuccessfulDiscoveryTime)
The last successful resource discovery time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamDiscoveredAccount.Builder accountId(String accountId)
The account ID.
accountId - The account ID.IpamDiscoveredAccount.Builder discoveryRegion(String discoveryRegion)
The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.
discoveryRegion - The Amazon Web Services Region that the account information is returned from. An account can be
discovered in multiple regions and will have a separate discovered account for each Region.IpamDiscoveredAccount.Builder failureReason(IpamDiscoveryFailureReason failureReason)
The resource discovery failure reason.
failureReason - The resource discovery failure reason.default IpamDiscoveredAccount.Builder failureReason(Consumer<IpamDiscoveryFailureReason.Builder> failureReason)
The resource discovery failure reason.
This is a convenience method that creates an instance of theIpamDiscoveryFailureReason.Builder
avoiding the need to create one manually via IpamDiscoveryFailureReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to failureReason(IpamDiscoveryFailureReason).
failureReason - a consumer that will call methods on IpamDiscoveryFailureReason.BuilderfailureReason(IpamDiscoveryFailureReason)IpamDiscoveredAccount.Builder lastAttemptedDiscoveryTime(Instant lastAttemptedDiscoveryTime)
The last attempted resource discovery time.
lastAttemptedDiscoveryTime - The last attempted resource discovery time.IpamDiscoveredAccount.Builder lastSuccessfulDiscoveryTime(Instant lastSuccessfulDiscoveryTime)
The last successful resource discovery time.
lastSuccessfulDiscoveryTime - The last successful resource discovery time.Copyright © 2023. All rights reserved.