Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static IpamScope.Builder |
IpamScope.builder() |
IpamScope.Builder |
IpamScope.Builder.description(String description)
The description of the scope.
|
IpamScope.Builder |
IpamScope.Builder.ipamArn(String ipamArn)
The ARN of the IPAM.
|
IpamScope.Builder |
IpamScope.Builder.ipamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM scope.
|
IpamScope.Builder |
IpamScope.Builder.ipamScopeArn(String ipamScopeArn)
The Amazon Resource Name (ARN) of the scope.
|
IpamScope.Builder |
IpamScope.Builder.ipamScopeId(String ipamScopeId)
The ID of the scope.
|
IpamScope.Builder |
IpamScope.Builder.ipamScopeType(IpamScopeType ipamScopeType)
The type of the scope.
|
IpamScope.Builder |
IpamScope.Builder.ipamScopeType(String ipamScopeType)
The type of the scope.
|
IpamScope.Builder |
IpamScope.Builder.isDefault(Boolean isDefault)
Defines if the scope is the default scope or not.
|
IpamScope.Builder |
IpamScope.Builder.ownerId(String ownerId)
The Amazon Web Services account ID of the owner of the scope.
|
IpamScope.Builder |
IpamScope.Builder.poolCount(Integer poolCount)
The number of pools in the scope.
|
IpamScope.Builder |
IpamScope.Builder.state(IpamScopeState state)
The state of the IPAM scope.
|
IpamScope.Builder |
IpamScope.Builder.state(String state)
The state of the IPAM scope.
|
IpamScope.Builder |
IpamScope.Builder.tags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource.
|
IpamScope.Builder |
IpamScope.Builder.tags(Consumer<Tag.Builder>... tags)
The key/value combination of a tag assigned to the resource.
|
IpamScope.Builder |
IpamScope.Builder.tags(Tag... tags)
The key/value combination of a tag assigned to the resource.
|
IpamScope.Builder |
IpamScope.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends IpamScope.Builder> |
IpamScope.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default DeleteIpamScopeResponse.Builder |
DeleteIpamScopeResponse.Builder.ipamScope(Consumer<IpamScope.Builder> ipamScope)
Information about the results of the deletion.
|
default ModifyIpamScopeResponse.Builder |
ModifyIpamScopeResponse.Builder.ipamScope(Consumer<IpamScope.Builder> ipamScope)
The results of the modification.
|
default CreateIpamScopeResponse.Builder |
CreateIpamScopeResponse.Builder.ipamScope(Consumer<IpamScope.Builder> ipamScope)
Information about the created scope.
|
Copyright © 2023. All rights reserved.