static ImportComponentRequest.Builder |
ImportComponentRequest.builder() |
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.changeDescription(String changeDescription) |
The change description of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.data(String data) |
The data of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.description(String description) |
The description of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.format(String format) |
The format of the resource that you want to import as a component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.format(ComponentFormat format) |
The format of the resource that you want to import as a component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.kmsKeyId(String kmsKeyId) |
The ID of the KMS key that should be used to encrypt this component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.name(String name) |
The name of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.platform(String platform) |
The platform of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.platform(Platform platform) |
The platform of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.semanticVersion(String semanticVersion) |
The semantic version of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.tags(Map<String,String> tags) |
The tags of the component.
|
ImportComponentRequest.Builder |
ImportComponentRequest.toBuilder() |
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.type(String type) |
The type of the component denotes whether the component is used to build the image, or only to test it.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.type(ComponentType type) |
The type of the component denotes whether the component is used to build the image, or only to test it.
|
ImportComponentRequest.Builder |
ImportComponentRequest.Builder.uri(String uri) |
The uri of the component.
|