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.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateSoftwareUpdateJobRequest.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,
SoftwareToUpdateCreateSoftwareUpdateJobRequest.Builder softwareToUpdate(SoftwareToUpdate softwareToUpdate)
softwareToUpdate - The new value for the SoftwareToUpdate property for this object.SoftwareToUpdate,
SoftwareToUpdateCreateSoftwareUpdateJobRequest.Builder updateAgentLogLevel(String updateAgentLogLevel)
updateAgentLogLevel - The new value for the UpdateAgentLogLevel property for this object.UpdateAgentLogLevel,
UpdateAgentLogLevelCreateSoftwareUpdateJobRequest.Builder updateAgentLogLevel(UpdateAgentLogLevel updateAgentLogLevel)
updateAgentLogLevel - The new value for the UpdateAgentLogLevel property for this object.UpdateAgentLogLevel,
UpdateAgentLogLevelCreateSoftwareUpdateJobRequest.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,
UpdateTargetsArchitectureCreateSoftwareUpdateJobRequest.Builder updateTargetsArchitecture(UpdateTargetsArchitecture updateTargetsArchitecture)
updateTargetsArchitecture - The new value for the UpdateTargetsArchitecture property for this object.UpdateTargetsArchitecture,
UpdateTargetsArchitectureCreateSoftwareUpdateJobRequest.Builder updateTargetsOperatingSystem(String updateTargetsOperatingSystem)
updateTargetsOperatingSystem - The new value for the UpdateTargetsOperatingSystem property for this object.UpdateTargetsOperatingSystem,
UpdateTargetsOperatingSystemCreateSoftwareUpdateJobRequest.Builder updateTargetsOperatingSystem(UpdateTargetsOperatingSystem updateTargetsOperatingSystem)
updateTargetsOperatingSystem - The new value for the UpdateTargetsOperatingSystem property for this object.UpdateTargetsOperatingSystem,
UpdateTargetsOperatingSystemCreateSoftwareUpdateJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateSoftwareUpdateJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.