Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamScopeExternalAuthorityConfiguration.Builder
Packages that use IpamScopeExternalAuthorityConfiguration.Builder
-
Uses of IpamScopeExternalAuthorityConfiguration.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamScopeExternalAuthorityConfiguration.BuilderModifier and TypeMethodDescriptionIpamScopeExternalAuthorityConfiguration.builder()IpamScopeExternalAuthorityConfiguration.Builder.externalResourceIdentifier(String externalResourceIdentifier) The identifier for the external resource managing this scope.IpamScopeExternalAuthorityConfiguration.toBuilder()The type of external authority managing this scope.IpamScopeExternalAuthorityConfiguration.Builder.type(IpamScopeExternalAuthorityType type) The type of external authority managing this scope.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamScopeExternalAuthorityConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamScopeExternalAuthorityConfiguration.Builder>IpamScopeExternalAuthorityConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamScopeExternalAuthorityConfiguration.BuilderModifier and TypeMethodDescriptiondefault IpamScope.BuilderIpamScope.Builder.externalAuthorityConfiguration(Consumer<IpamScopeExternalAuthorityConfiguration.Builder> externalAuthorityConfiguration) The external authority configuration for this IPAM scope, if configured.