Interface ExternalAuthorityConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExternalAuthorityConfiguration.Builder,ExternalAuthorityConfiguration>,SdkBuilder<ExternalAuthorityConfiguration.Builder,ExternalAuthorityConfiguration>,SdkPojo
- Enclosing class:
- ExternalAuthorityConfiguration
@Mutable @NotThreadSafe public static interface ExternalAuthorityConfiguration.Builder extends SdkPojo, CopyableBuilder<ExternalAuthorityConfiguration.Builder,ExternalAuthorityConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalAuthorityConfiguration.BuilderexternalResourceIdentifier(String externalResourceIdentifier)The identifier for the external resource managing this scope.ExternalAuthorityConfiguration.Buildertype(String type)The type of external authority.ExternalAuthorityConfiguration.Buildertype(IpamScopeExternalAuthorityType type)The type of external authority.-
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
ExternalAuthorityConfiguration.Builder type(String type)
The type of external authority.
- Parameters:
type- The type of external authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpamScopeExternalAuthorityType,IpamScopeExternalAuthorityType
-
type
ExternalAuthorityConfiguration.Builder type(IpamScopeExternalAuthorityType type)
The type of external authority.
- Parameters:
type- The type of external authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpamScopeExternalAuthorityType,IpamScopeExternalAuthorityType
-
externalResourceIdentifier
ExternalAuthorityConfiguration.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.
-
-