Class LocationTrait
java.lang.Object
software.amazon.awssdk.core.traits.LocationTrait
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LocationTrait.Builder
builder()
location()
type()
The known trait type.
-
Method Details
-
location
- Returns:
- Location of member (i.e. headers/query/path/payload).
-
locationName
- Returns:
- Location name of member. I.E. the header or query param name, or the JSON field name, etc.
-
unmarshallLocationName
- Returns:
- Location name for unmarshalling. This is only needed for the legacy EC2 protocol which has different serialization/deserialization for the same fields.
-
type
-
builder
- Returns:
- Builder instance.
-