public static interface CreateSoftwareUpdateJobRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<CreateSoftwareUpdateJobRequest.Builder,CreateSoftwareUpdateJobRequest>
Modifier and Type | Method and Description |
---|---|
CreateSoftwareUpdateJobRequest.Builder |
amznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateSoftwareUpdateJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateSoftwareUpdateJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateSoftwareUpdateJobRequest.Builder |
s3UrlSignerRole(String s3UrlSignerRole)
Sets the value of the S3UrlSignerRole property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
softwareToUpdate(SoftwareToUpdate softwareToUpdate)
Sets the value of the SoftwareToUpdate property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
softwareToUpdate(String softwareToUpdate)
Sets the value of the SoftwareToUpdate property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
updateAgentLogLevel(String updateAgentLogLevel)
Sets the value of the UpdateAgentLogLevel property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
updateAgentLogLevel(UpdateAgentLogLevel updateAgentLogLevel)
Sets the value of the UpdateAgentLogLevel property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
updateTargets(Collection<String> updateTargets)
Sets the value of the UpdateTargets property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
updateTargets(String... updateTargets)
Sets the value of the UpdateTargets property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
updateTargetsArchitecture(String updateTargetsArchitecture)
Sets the value of the UpdateTargetsArchitecture property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
updateTargetsArchitecture(UpdateTargetsArchitecture updateTargetsArchitecture)
Sets the value of the UpdateTargetsArchitecture property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
updateTargetsOperatingSystem(String updateTargetsOperatingSystem)
Sets the value of the UpdateTargetsOperatingSystem property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
updateTargetsOperatingSystem(UpdateTargetsOperatingSystem updateTargetsOperatingSystem)
Sets the value of the UpdateTargetsOperatingSystem property for this object.
|
build
overrideConfiguration
copy
applyMutation, build
CreateSoftwareUpdateJobRequest.Builder amznClientToken(String amznClientToken)
amznClientToken
- A client token used to correlate requests and responses.CreateSoftwareUpdateJobRequest.Builder s3UrlSignerRole(String s3UrlSignerRole)
s3UrlSignerRole
- The new value for the S3UrlSignerRole property for this object.CreateSoftwareUpdateJobRequest.Builder softwareToUpdate(String softwareToUpdate)
softwareToUpdate
- The new value for the SoftwareToUpdate property for this object.SoftwareToUpdate
,
SoftwareToUpdate
CreateSoftwareUpdateJobRequest.Builder softwareToUpdate(SoftwareToUpdate softwareToUpdate)
softwareToUpdate
- The new value for the SoftwareToUpdate property for this object.SoftwareToUpdate
,
SoftwareToUpdate
CreateSoftwareUpdateJobRequest.Builder updateAgentLogLevel(String updateAgentLogLevel)
updateAgentLogLevel
- The new value for the UpdateAgentLogLevel property for this object.UpdateAgentLogLevel
,
UpdateAgentLogLevel
CreateSoftwareUpdateJobRequest.Builder updateAgentLogLevel(UpdateAgentLogLevel updateAgentLogLevel)
updateAgentLogLevel
- The new value for the UpdateAgentLogLevel property for this object.UpdateAgentLogLevel
,
UpdateAgentLogLevel
CreateSoftwareUpdateJobRequest.Builder updateTargets(Collection<String> updateTargets)
updateTargets
- The new value for the UpdateTargets property for this object.CreateSoftwareUpdateJobRequest.Builder updateTargets(String... updateTargets)
updateTargets
- The new value for the UpdateTargets property for this object.CreateSoftwareUpdateJobRequest.Builder updateTargetsArchitecture(String updateTargetsArchitecture)
updateTargetsArchitecture
- The new value for the UpdateTargetsArchitecture property for this object.UpdateTargetsArchitecture
,
UpdateTargetsArchitecture
CreateSoftwareUpdateJobRequest.Builder updateTargetsArchitecture(UpdateTargetsArchitecture updateTargetsArchitecture)
updateTargetsArchitecture
- The new value for the UpdateTargetsArchitecture property for this object.UpdateTargetsArchitecture
,
UpdateTargetsArchitecture
CreateSoftwareUpdateJobRequest.Builder updateTargetsOperatingSystem(String updateTargetsOperatingSystem)
updateTargetsOperatingSystem
- The new value for the UpdateTargetsOperatingSystem property for this object.UpdateTargetsOperatingSystem
,
UpdateTargetsOperatingSystem
CreateSoftwareUpdateJobRequest.Builder updateTargetsOperatingSystem(UpdateTargetsOperatingSystem updateTargetsOperatingSystem)
updateTargetsOperatingSystem
- The new value for the UpdateTargetsOperatingSystem property for this object.UpdateTargetsOperatingSystem
,
UpdateTargetsOperatingSystem
CreateSoftwareUpdateJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateSoftwareUpdateJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.