| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
static Source.Builder |
Source.builder() |
default Source.Builder |
Source.Builder.sourceData(Consumer<SourceData.Builder> sourceData)
The data field of the trust anchor depending on its type.
|
Source.Builder |
Source.Builder.sourceData(SourceData sourceData)
The data field of the trust anchor depending on its type.
|
Source.Builder |
Source.Builder.sourceType(String sourceType)
The type of the trust anchor.
|
Source.Builder |
Source.Builder.sourceType(TrustAnchorType sourceType)
The type of the trust anchor.
|
Source.Builder |
Source.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Source.Builder> |
Source.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TrustAnchorDetail.Builder |
TrustAnchorDetail.Builder.source(Consumer<Source.Builder> source)
The trust anchor type and its related certificate data.
|
default UpdateTrustAnchorRequest.Builder |
UpdateTrustAnchorRequest.Builder.source(Consumer<Source.Builder> source)
The trust anchor type and its related certificate data.
|
default CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.source(Consumer<Source.Builder> source)
The trust anchor type and its related certificate data.
|
Copyright © 2023. All rights reserved.