| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Outpost.Builder |
Outpost.Builder.availabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.
|
Outpost.Builder |
Outpost.Builder.availabilityZoneId(String availabilityZoneId)
Sets the value of the AvailabilityZoneId property for this object.
|
static Outpost.Builder |
Outpost.builder() |
Outpost.Builder |
Outpost.Builder.description(String description)
Sets the value of the Description property for this object.
|
Outpost.Builder |
Outpost.Builder.lifeCycleStatus(String lifeCycleStatus)
Sets the value of the LifeCycleStatus property for this object.
|
Outpost.Builder |
Outpost.Builder.name(String name)
Sets the value of the Name property for this object.
|
Outpost.Builder |
Outpost.Builder.outpostArn(String outpostArn)
Sets the value of the OutpostArn property for this object.
|
Outpost.Builder |
Outpost.Builder.outpostId(String outpostId)
The ID of the Outpost.
|
Outpost.Builder |
Outpost.Builder.ownerId(String ownerId)
Sets the value of the OwnerId property for this object.
|
Outpost.Builder |
Outpost.Builder.siteArn(String siteArn)
Sets the value of the SiteArn property for this object.
|
Outpost.Builder |
Outpost.Builder.siteId(String siteId)
Sets the value of the SiteId property for this object.
|
Outpost.Builder |
Outpost.Builder.tags(Map<String,String> tags)
The Outpost tags.
|
Outpost.Builder |
Outpost.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Outpost.Builder> |
Outpost.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetOutpostResponse.Builder |
GetOutpostResponse.Builder.outpost(Consumer<Outpost.Builder> outpost)
Sets the value of the Outpost property for this object.
|
default CreateOutpostResponse.Builder |
CreateOutpostResponse.Builder.outpost(Consumer<Outpost.Builder> outpost)
Sets the value of the Outpost property for this object.
|
Copyright © 2021. All rights reserved.