Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamScope.Builder
Packages that use IpamScope.Builder
-
Uses of IpamScope.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamScope.BuilderModifier and TypeMethodDescriptionstatic IpamScope.BuilderIpamScope.builder()IpamScope.Builder.description(String description) The description of the scope.default IpamScope.BuilderIpamScope.Builder.externalAuthorityConfiguration(Consumer<IpamScopeExternalAuthorityConfiguration.Builder> externalAuthorityConfiguration) The external authority configuration for this IPAM scope, if configured.IpamScope.Builder.externalAuthorityConfiguration(IpamScopeExternalAuthorityConfiguration externalAuthorityConfiguration) The external authority configuration for this IPAM scope, if configured.The ARN of the IPAM.IpamScope.Builder.ipamRegion(String ipamRegion) The Amazon Web Services Region of the IPAM scope.IpamScope.Builder.ipamScopeArn(String ipamScopeArn) The Amazon Resource Name (ARN) of the scope.IpamScope.Builder.ipamScopeId(String ipamScopeId) The ID of the scope.IpamScope.Builder.ipamScopeType(String ipamScopeType) The type of the scope.IpamScope.Builder.ipamScopeType(IpamScopeType ipamScopeType) The type of the scope.Defines if the scope is the default scope or not.The Amazon Web Services account ID of the owner of the scope.The number of pools in the scope.The state of the IPAM scope.IpamScope.Builder.state(IpamScopeState state) The state of the IPAM scope.IpamScope.Builder.tags(Collection<Tag> tags) The key/value combination of a tag assigned to the resource.IpamScope.Builder.tags(Consumer<Tag.Builder>... tags) The key/value combination of a tag assigned to the resource.The key/value combination of a tag assigned to the resource.IpamScope.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamScope.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamScope.Builder>IpamScope.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamScope.BuilderModifier and TypeMethodDescriptiondefault CreateIpamScopeResponse.BuilderCreateIpamScopeResponse.Builder.ipamScope(Consumer<IpamScope.Builder> ipamScope) Information about the created scope.default DeleteIpamScopeResponse.BuilderDeleteIpamScopeResponse.Builder.ipamScope(Consumer<IpamScope.Builder> ipamScope) Information about the results of the deletion.default ModifyIpamScopeResponse.BuilderModifyIpamScopeResponse.Builder.ipamScope(Consumer<IpamScope.Builder> ipamScope) The results of the modification.