Interface IpamDiscoveryFailureReason.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpamDiscoveryFailureReason.Builder,IpamDiscoveryFailureReason>,SdkBuilder<IpamDiscoveryFailureReason.Builder,IpamDiscoveryFailureReason>,SdkPojo
- Enclosing class:
- IpamDiscoveryFailureReason
public static interface IpamDiscoveryFailureReason.Builder extends SdkPojo, CopyableBuilder<IpamDiscoveryFailureReason.Builder,IpamDiscoveryFailureReason>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpamDiscoveryFailureReason.Buildercode(String code)The discovery failure code.IpamDiscoveryFailureReason.Buildercode(IpamDiscoveryFailureCode code)The discovery failure code.IpamDiscoveryFailureReason.Buildermessage(String message)The discovery failure message.-
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 Detail
-
code
IpamDiscoveryFailureReason.Builder code(String code)
The discovery failure code.
-
assume-role-failure- IPAM could not assume the Amazon Web Services IAM service-linked role. This could be because of any of the following:-
SLR has not been created yet and IPAM is still creating it.
-
You have opted-out of the IPAM home Region.
-
Account you are using as your IPAM account has been suspended.
-
-
throttling-failure- IPAM account is already using the allotted transactions per second and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR. -
unauthorized-failure- Amazon Web Services account making the request is not authorized. For more information, see AuthFailure in the Amazon Elastic Compute Cloud API Reference.
- Parameters:
code- The discovery failure code.-
assume-role-failure- IPAM could not assume the Amazon Web Services IAM service-linked role. This could be because of any of the following:-
SLR has not been created yet and IPAM is still creating it.
-
You have opted-out of the IPAM home Region.
-
Account you are using as your IPAM account has been suspended.
-
-
throttling-failure- IPAM account is already using the allotted transactions per second and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR. -
unauthorized-failure- Amazon Web Services account making the request is not authorized. For more information, see AuthFailure in the Amazon Elastic Compute Cloud API Reference.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpamDiscoveryFailureCode,IpamDiscoveryFailureCode
-
-
code
IpamDiscoveryFailureReason.Builder code(IpamDiscoveryFailureCode code)
The discovery failure code.
-
assume-role-failure- IPAM could not assume the Amazon Web Services IAM service-linked role. This could be because of any of the following:-
SLR has not been created yet and IPAM is still creating it.
-
You have opted-out of the IPAM home Region.
-
Account you are using as your IPAM account has been suspended.
-
-
throttling-failure- IPAM account is already using the allotted transactions per second and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR. -
unauthorized-failure- Amazon Web Services account making the request is not authorized. For more information, see AuthFailure in the Amazon Elastic Compute Cloud API Reference.
- Parameters:
code- The discovery failure code.-
assume-role-failure- IPAM could not assume the Amazon Web Services IAM service-linked role. This could be because of any of the following:-
SLR has not been created yet and IPAM is still creating it.
-
You have opted-out of the IPAM home Region.
-
Account you are using as your IPAM account has been suspended.
-
-
throttling-failure- IPAM account is already using the allotted transactions per second and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR. -
unauthorized-failure- Amazon Web Services account making the request is not authorized. For more information, see AuthFailure in the Amazon Elastic Compute Cloud API Reference.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpamDiscoveryFailureCode,IpamDiscoveryFailureCode
-
-
message
IpamDiscoveryFailureReason.Builder message(String message)
The discovery failure message.
- Parameters:
message- The discovery failure message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-