public static interface CreateInputSecurityGroupResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<CreateInputSecurityGroupResponse.Builder,CreateInputSecurityGroupResponse>
Modifier and Type | Method and Description |
---|---|
default CreateInputSecurityGroupResponse.Builder |
securityGroup(Consumer<InputSecurityGroup.Builder> securityGroup)
Sets the value of the SecurityGroup property for this object.
|
CreateInputSecurityGroupResponse.Builder |
securityGroup(InputSecurityGroup securityGroup)
Sets the value of the SecurityGroup property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateInputSecurityGroupResponse.Builder securityGroup(InputSecurityGroup securityGroup)
securityGroup
- The new value for the SecurityGroup property for this object.default CreateInputSecurityGroupResponse.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.