public static interface UpdateInputSecurityGroupResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<UpdateInputSecurityGroupResponse.Builder,UpdateInputSecurityGroupResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateInputSecurityGroupResponse.Builder |
securityGroup(Consumer<InputSecurityGroup.Builder> securityGroup)
Sets the value of the SecurityGroup property for this object.
|
UpdateInputSecurityGroupResponse.Builder |
securityGroup(InputSecurityGroup securityGroup)
Sets the value of the SecurityGroup property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateInputSecurityGroupResponse.Builder securityGroup(InputSecurityGroup securityGroup)
securityGroup
- The new value for the SecurityGroup property for this object.default UpdateInputSecurityGroupResponse.Builder securityGroup(Consumer<InputSecurityGroup.Builder> securityGroup)
InputSecurityGroup.Builder
avoiding the need to
create one manually via InputSecurityGroup.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to securityGroup(InputSecurityGroup)
.securityGroup
- a consumer that will call methods on InputSecurityGroup.Builder
securityGroup(InputSecurityGroup)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.