| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentPlatform.Builder |
ComponentPlatform.Builder.attributes(Map<String,String> attributes)
A dictionary of attributes for the platform.
|
static ComponentPlatform.Builder |
ComponentPlatform.builder() |
ComponentPlatform.Builder |
ComponentPlatform.Builder.name(String name)
The friendly name of the platform.
|
ComponentPlatform.Builder |
ComponentPlatform.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentPlatform.Builder> |
ComponentPlatform.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResolveComponentCandidatesRequest.Builder |
ResolveComponentCandidatesRequest.Builder.platform(Consumer<ComponentPlatform.Builder> platform)
The platform to use to resolve compatible components.
|
Copyright © 2023. All rights reserved.