Interface ListInputSecurityGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInputSecurityGroupsRequest.Builder,ListInputSecurityGroupsRequest>,MediaLiveRequest.Builder,SdkBuilder<ListInputSecurityGroupsRequest.Builder,ListInputSecurityGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListInputSecurityGroupsRequest
public static interface ListInputSecurityGroupsRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<ListInputSecurityGroupsRequest.Builder,ListInputSecurityGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInputSecurityGroupsRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListInputSecurityGroupsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListInputSecurityGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInputSecurityGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListInputSecurityGroupsRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListInputSecurityGroupsRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInputSecurityGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInputSecurityGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-