Interface IpamScopeExternalAuthorityConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpamScopeExternalAuthorityConfiguration.Builder,IpamScopeExternalAuthorityConfiguration>,SdkBuilder<IpamScopeExternalAuthorityConfiguration.Builder,IpamScopeExternalAuthorityConfiguration>,SdkPojo
- Enclosing class:
- IpamScopeExternalAuthorityConfiguration
@Mutable @NotThreadSafe public static interface IpamScopeExternalAuthorityConfiguration.Builder extends SdkPojo, CopyableBuilder<IpamScopeExternalAuthorityConfiguration.Builder,IpamScopeExternalAuthorityConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpamScopeExternalAuthorityConfiguration.BuilderexternalResourceIdentifier(String externalResourceIdentifier)The identifier for the external resource managing this scope.IpamScopeExternalAuthorityConfiguration.Buildertype(String type)The type of external authority managing this scope.IpamScopeExternalAuthorityConfiguration.Buildertype(IpamScopeExternalAuthorityType type)The type of external authority managing this scope.-
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
-
type
IpamScopeExternalAuthorityConfiguration.Builder type(String type)
The type of external authority managing this scope. Currently supports
Infobloxfor integration with Infoblox Universal DDI.- Parameters:
type- The type of external authority managing this scope. Currently supportsInfobloxfor integration with Infoblox Universal DDI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpamScopeExternalAuthorityType,IpamScopeExternalAuthorityType
-
type
IpamScopeExternalAuthorityConfiguration.Builder type(IpamScopeExternalAuthorityType type)
The type of external authority managing this scope. Currently supports
Infobloxfor integration with Infoblox Universal DDI.- Parameters:
type- The type of external authority managing this scope. Currently supportsInfobloxfor integration with Infoblox Universal DDI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpamScopeExternalAuthorityType,IpamScopeExternalAuthorityType
-
externalResourceIdentifier
IpamScopeExternalAuthorityConfiguration.Builder externalResourceIdentifier(String externalResourceIdentifier)
The identifier for the external resource managing this scope. For Infoblox integrations, this is the Infoblox resource identifier in the format
<version>.identity.account.<entity_realm>.<entity_id>.- Parameters:
externalResourceIdentifier- The identifier for the external resource managing this scope. For Infoblox integrations, this is the Infoblox resource identifier in the format<version>.identity.account.<entity_realm>.<entity_id>.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-