Class ListMetaPatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.meta.v1.inputs.ListMetaPatchArgs.Builder
-
- Enclosing class:
- ListMetaPatchArgs
public static final class ListMetaPatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ListMetaPatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMetaPatchArgs
build()
ListMetaPatchArgs.Builder
continue_(com.pulumi.core.Output<java.lang.String> continue_)
ListMetaPatchArgs.Builder
continue_(java.lang.String continue_)
ListMetaPatchArgs.Builder
remainingItemCount(com.pulumi.core.Output<java.lang.Integer> remainingItemCount)
ListMetaPatchArgs.Builder
remainingItemCount(java.lang.Integer remainingItemCount)
ListMetaPatchArgs.Builder
resourceVersion(com.pulumi.core.Output<java.lang.String> resourceVersion)
ListMetaPatchArgs.Builder
resourceVersion(java.lang.String resourceVersion)
ListMetaPatchArgs.Builder
selfLink(com.pulumi.core.Output<java.lang.String> selfLink)
ListMetaPatchArgs.Builder
selfLink(java.lang.String selfLink)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ListMetaPatchArgs defaults)
-
-
Method Detail
-
continue_
public ListMetaPatchArgs.Builder continue_(@Nullable com.pulumi.core.Output<java.lang.String> continue_)
- Parameters:
continue_
- continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.- Returns:
- builder
-
continue_
public ListMetaPatchArgs.Builder continue_(java.lang.String continue_)
- Parameters:
continue_
- continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.- Returns:
- builder
-
remainingItemCount
public ListMetaPatchArgs.Builder remainingItemCount(@Nullable com.pulumi.core.Output<java.lang.Integer> remainingItemCount)
- Parameters:
remainingItemCount
- remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.- Returns:
- builder
-
remainingItemCount
public ListMetaPatchArgs.Builder remainingItemCount(java.lang.Integer remainingItemCount)
- Parameters:
remainingItemCount
- remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.- Returns:
- builder
-
resourceVersion
public ListMetaPatchArgs.Builder resourceVersion(@Nullable com.pulumi.core.Output<java.lang.String> resourceVersion)
- Parameters:
resourceVersion
- String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency- Returns:
- builder
-
resourceVersion
public ListMetaPatchArgs.Builder resourceVersion(java.lang.String resourceVersion)
- Parameters:
resourceVersion
- String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency- Returns:
- builder
-
selfLink
public ListMetaPatchArgs.Builder selfLink(@Nullable com.pulumi.core.Output<java.lang.String> selfLink)
- Parameters:
selfLink
- Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.- Returns:
- builder
-
selfLink
public ListMetaPatchArgs.Builder selfLink(java.lang.String selfLink)
- Parameters:
selfLink
- Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.- Returns:
- builder
-
build
public ListMetaPatchArgs build()
-
-