Uses of Interface
software.amazon.awssdk.services.ec2.model.ExternalAuthorityConfiguration.Builder
Packages that use ExternalAuthorityConfiguration.Builder
-
Uses of ExternalAuthorityConfiguration.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExternalAuthorityConfiguration.BuilderModifier and TypeMethodDescriptionExternalAuthorityConfiguration.builder()ExternalAuthorityConfiguration.Builder.externalResourceIdentifier(String externalResourceIdentifier) The identifier for the external resource managing this scope.ExternalAuthorityConfiguration.toBuilder()The type of external authority.ExternalAuthorityConfiguration.Builder.type(IpamScopeExternalAuthorityType type) The type of external authority.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExternalAuthorityConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExternalAuthorityConfiguration.Builder>ExternalAuthorityConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ExternalAuthorityConfiguration.BuilderModifier and TypeMethodDescriptiondefault CreateIpamScopeRequest.BuilderCreateIpamScopeRequest.Builder.externalAuthorityConfiguration(Consumer<ExternalAuthorityConfiguration.Builder> externalAuthorityConfiguration) The configuration that links an Amazon VPC IPAM scope to an external authority system.default ModifyIpamScopeRequest.BuilderModifyIpamScopeRequest.Builder.externalAuthorityConfiguration(Consumer<ExternalAuthorityConfiguration.Builder> externalAuthorityConfiguration) The configuration that links an Amazon VPC IPAM scope to an external authority system.